whisper_flutter_new/example/macos/Flutter/GeneratedPluginRegistrant.swift

17 lines
498 B
Swift
Raw Normal View History

//
// 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"))
}