43 lines
1.4 KiB
Objective-C
43 lines
1.4 KiB
Objective-C
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#import "GeneratedPluginRegistrant.h"
|
|
|
|
#if __has_include(<flutter_blue_plus_darwin/FlutterBluePlusPlugin.h>)
|
|
#import <flutter_blue_plus_darwin/FlutterBluePlusPlugin.h>
|
|
#else
|
|
@import flutter_blue_plus_darwin;
|
|
#endif
|
|
|
|
#if __has_include(<flutter_local_notifications/FlutterLocalNotificationsPlugin.h>)
|
|
#import <flutter_local_notifications/FlutterLocalNotificationsPlugin.h>
|
|
#else
|
|
@import flutter_local_notifications;
|
|
#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 {
|
|
[FlutterBluePlusPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterBluePlusPlugin"]];
|
|
[FlutterLocalNotificationsPlugin registerWithRegistrar:[registry registrarForPlugin:@"FlutterLocalNotificationsPlugin"]];
|
|
[PermissionHandlerPlugin registerWithRegistrar:[registry registrarForPlugin:@"PermissionHandlerPlugin"]];
|
|
[SharedPreferencesPlugin registerWithRegistrar:[registry registrarForPlugin:@"SharedPreferencesPlugin"]];
|
|
}
|
|
|
|
@end
|