2023-11-24 20:35:29 +08:00
|
|
|
//
|
|
|
|
// Generated file. Do not edit.
|
|
|
|
//
|
|
|
|
|
|
|
|
import FlutterMacOS
|
|
|
|
import Foundation
|
|
|
|
|
|
|
|
import video_player_avfoundation
|
2023-11-26 15:36:01 +08:00
|
|
|
import wakelock_macos
|
2023-11-24 20:35:29 +08:00
|
|
|
|
|
|
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
|
|
|
FVPVideoPlayerPlugin.register(with: registry.registrar(forPlugin: "FVPVideoPlayerPlugin"))
|
2023-11-26 15:36:01 +08:00
|
|
|
WakelockMacosPlugin.register(with: registry.registrar(forPlugin: "WakelockMacosPlugin"))
|
2023-11-24 20:35:29 +08:00
|
|
|
}
|