// // Generated file. Do not edit. // // clang-format off #import "GeneratedPluginRegistrant.h" #if __has_include() #import #else @import connectivity_plus; #endif #if __has_include() #import #else @import flutter_secure_storage_darwin; #endif #if __has_include() #import #else @import geolocator_apple; #endif #if __has_include() #import #else @import package_info_plus; #endif #if __has_include() #import #else @import path_provider_foundation; #endif #if __has_include() #import #else @import shared_preferences_foundation; #endif @implementation GeneratedPluginRegistrant + (void)registerWithRegistry:(NSObject*)registry { [ConnectivityPlusPlugin registerWithRegistrar:[registry registrarForPlugin:@"ConnectivityPlusPlugin"]]; [FlutterSecureStorageDarwinPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterSecureStorageDarwinPlugin"]]; [GeolocatorPlugin registerWithRegistrar:[registry registrarForPlugin:@"GeolocatorPlugin"]]; [FPPPackageInfoPlusPlugin registerWithRegistrar:[registry registrarForPlugin:@"FPPPackageInfoPlusPlugin"]]; [PathProviderPlugin registerWithRegistrar:[registry registrarForPlugin:@"PathProviderPlugin"]]; [SharedPreferencesPlugin registerWithRegistrar:[registry registrarForPlugin:@"SharedPreferencesPlugin"]]; } @end