17 lines
498 B
Swift
17 lines
498 B
Swift
|
//
|
||
|
// Generated file. Do not edit.
|
||
|
//
|
||
|
|
||
|
import FlutterMacOS
|
||
|
import Foundation
|
||
|
|
||
|
import ffmpeg_kit_flutter_full_gpl
|
||
|
import path_provider_foundation
|
||
|
import record_darwin
|
||
|
|
||
|
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
|
||
|
FFmpegKitFlutterPlugin.register(with: registry.registrar(forPlugin: "FFmpegKitFlutterPlugin"))
|
||
|
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
|
||
|
RecordPlugin.register(with: registry.registrar(forPlugin: "RecordPlugin"))
|
||
|
}
|