// // Generated file. Do not edit. // // clang-format off #import "GeneratedPluginRegistrant.h" #if __has_include() #import #else @import camera_avfoundation; #endif #if __has_include() #import #else @import flutter_compass; #endif #if __has_include() #import #else @import flutter_rotation_sensor; #endif #if __has_include() #import #else @import geocoding_ios; #endif #if __has_include() #import #else @import geolocator_apple; #endif #if __has_include() #import #else @import native_device_orientation; #endif #if __has_include() #import #else @import path_provider_foundation; #endif #if __has_include() #import #else @import permission_handler_apple; #endif @implementation GeneratedPluginRegistrant + (void)registerWithRegistry:(NSObject*)registry { [CameraPlugin registerWithRegistrar:[registry registrarForPlugin:@"CameraPlugin"]]; [FlutterCompassPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterCompassPlugin"]]; [FlutterRotationSensorPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterRotationSensorPlugin"]]; [GeocodingPlugin registerWithRegistrar:[registry registrarForPlugin:@"GeocodingPlugin"]]; [GeolocatorPlugin registerWithRegistrar:[registry registrarForPlugin:@"GeolocatorPlugin"]]; [NativeDeviceOrientationPlugin registerWithRegistrar:[registry registrarForPlugin:@"NativeDeviceOrientationPlugin"]]; [PathProviderPlugin registerWithRegistrar:[registry registrarForPlugin:@"PathProviderPlugin"]]; [PermissionHandlerPlugin registerWithRegistrar:[registry registrarForPlugin:@"PermissionHandlerPlugin"]]; } @end