Files
max_map_camera_flutter/macos/Flutter/GeneratedPluginRegistrant.swift
ashutosh2014 81b51d40cd Fixes..
2024-07-07 15:38:34 +05:30

17 lines
490 B
Swift

//
// Generated file. Do not edit.
//
import FlutterMacOS
import Foundation
import geolocator_apple
import path_provider_foundation
import url_launcher_macos
func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
GeolocatorPlugin.register(with: registry.registrar(forPlugin: "GeolocatorPlugin"))
PathProviderPlugin.register(with: registry.registrar(forPlugin: "PathProviderPlugin"))
UrlLauncherPlugin.register(with: registry.registrar(forPlugin: "UrlLauncherPlugin"))
}