1
0
mirror of https://github.com/git-touch/git-touch synced 2025-01-31 08:04:51 +01:00
git-touch-android-ios-app/macos/Flutter/GeneratedPluginRegistrant.swift

15 lines
391 B
Swift
Raw Normal View History

2020-05-15 16:07:12 +05:30
//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import shared_preferences_macos
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}