57 lines
1.8 KiB
Objective-C
57 lines
1.8 KiB
Objective-C
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#import "GeneratedPluginRegistrant.h"
|
|
|
|
#if __has_include(<firebase_app_check/FLTFirebaseAppCheckPlugin.h>)
|
|
#import <firebase_app_check/FLTFirebaseAppCheckPlugin.h>
|
|
#else
|
|
@import firebase_app_check;
|
|
#endif
|
|
|
|
#if __has_include(<firebase_auth/FLTFirebaseAuthPlugin.h>)
|
|
#import <firebase_auth/FLTFirebaseAuthPlugin.h>
|
|
#else
|
|
@import firebase_auth;
|
|
#endif
|
|
|
|
#if __has_include(<firebase_core/FLTFirebaseCorePlugin.h>)
|
|
#import <firebase_core/FLTFirebaseCorePlugin.h>
|
|
#else
|
|
@import firebase_core;
|
|
#endif
|
|
|
|
#if __has_include(<geolocator_apple/GeolocatorPlugin.h>)
|
|
#import <geolocator_apple/GeolocatorPlugin.h>
|
|
#else
|
|
@import geolocator_apple;
|
|
#endif
|
|
|
|
#if __has_include(<permission_handler_apple/PermissionHandlerPlugin.h>)
|
|
#import <permission_handler_apple/PermissionHandlerPlugin.h>
|
|
#else
|
|
@import permission_handler_apple;
|
|
#endif
|
|
|
|
#if __has_include(<shared_preferences_foundation/SharedPreferencesPlugin.h>)
|
|
#import <shared_preferences_foundation/SharedPreferencesPlugin.h>
|
|
#else
|
|
@import shared_preferences_foundation;
|
|
#endif
|
|
|
|
@implementation GeneratedPluginRegistrant
|
|
|
|
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
|
|
[FLTFirebaseAppCheckPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTFirebaseAppCheckPlugin"]];
|
|
[FLTFirebaseAuthPlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTFirebaseAuthPlugin"]];
|
|
[FLTFirebaseCorePlugin registerWithRegistrar:[registry registrarForPlugin:@"FLTFirebaseCorePlugin"]];
|
|
[GeolocatorPlugin registerWithRegistrar:[registry registrarForPlugin:@"GeolocatorPlugin"]];
|
|
[PermissionHandlerPlugin registerWithRegistrar:[registry registrarForPlugin:@"PermissionHandlerPlugin"]];
|
|
[SharedPreferencesPlugin registerWithRegistrar:[registry registrarForPlugin:@"SharedPreferencesPlugin"]];
|
|
}
|
|
|
|
@end
|