native_updater/example/macos/Flutter/GeneratedPluginRegistrant.s...

15 lines
386 B
Swift
Raw Normal View History

2022-10-04 18:20:11 +07:00
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
2023-07-07 13:42:29 +07:00
import package_info_plus
2022-10-04 18:20:11 +07:00
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
2023-07-07 13:42:29 +07:00
FLTPackageInfoPlusPlugin.register(with: registry.registrar(forPlugin: "FLTPackageInfoPlusPlugin"))
2022-10-04 18:20:11 +07:00
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}