36 lines
1004 B
Objective-C
36 lines
1004 B
Objective-C
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#import "GeneratedPluginRegistrant.h"
|
|
|
|
#if __has_include(<flutter_secure_storage/FlutterSecureStoragePlugin.h>)
|
|
#import <flutter_secure_storage/FlutterSecureStoragePlugin.h>
|
|
#else
|
|
@import flutter_secure_storage;
|
|
#endif
|
|
|
|
#if __has_include(<mobile_scanner/MobileScannerPlugin.h>)
|
|
#import <mobile_scanner/MobileScannerPlugin.h>
|
|
#else
|
|
@import mobile_scanner;
|
|
#endif
|
|
|
|
#if __has_include(<url_launcher_ios/URLLauncherPlugin.h>)
|
|
#import <url_launcher_ios/URLLauncherPlugin.h>
|
|
#else
|
|
@import url_launcher_ios;
|
|
#endif
|
|
|
|
@implementation GeneratedPluginRegistrant
|
|
|
|
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
|
|
[FlutterSecureStoragePlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterSecureStoragePlugin"]];
|
|
[MobileScannerPlugin registerWithRegistrar:[registry registrarForPlugin:@"MobileScannerPlugin"]];
|
|
[URLLauncherPlugin registerWithRegistrar:[registry registrarForPlugin:@"URLLauncherPlugin"]];
|
|
}
|
|
|
|
@end
|