50 lines
1.5 KiB
Objective-C
50 lines
1.5 KiB
Objective-C
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
// clang-format off
|
|
|
|
#import "GeneratedPluginRegistrant.h"
|
|
|
|
#if __has_include(<connectivity_plus/ConnectivityPlusPlugin.h>)
|
|
#import <connectivity_plus/ConnectivityPlusPlugin.h>
|
|
#else
|
|
@import connectivity_plus;
|
|
#endif
|
|
|
|
#if __has_include(<path_provider_foundation/PathProviderPlugin.h>)
|
|
#import <path_provider_foundation/PathProviderPlugin.h>
|
|
#else
|
|
@import path_provider_foundation;
|
|
#endif
|
|
|
|
#if __has_include(<shared_preferences_foundation/SharedPreferencesPlugin.h>)
|
|
#import <shared_preferences_foundation/SharedPreferencesPlugin.h>
|
|
#else
|
|
@import shared_preferences_foundation;
|
|
#endif
|
|
|
|
#if __has_include(<sqflite_darwin/SqflitePlugin.h>)
|
|
#import <sqflite_darwin/SqflitePlugin.h>
|
|
#else
|
|
@import sqflite_darwin;
|
|
#endif
|
|
|
|
#if __has_include(<webview_flutter_wkwebview/WebViewFlutterPlugin.h>)
|
|
#import <webview_flutter_wkwebview/WebViewFlutterPlugin.h>
|
|
#else
|
|
@import webview_flutter_wkwebview;
|
|
#endif
|
|
|
|
@implementation GeneratedPluginRegistrant
|
|
|
|
+ (void)registerWithRegistry:(NSObject<FlutterPluginRegistry>*)registry {
|
|
[ConnectivityPlusPlugin registerWithRegistrar:[registry registrarForPlugin:@"ConnectivityPlusPlugin"]];
|
|
[PathProviderPlugin registerWithRegistrar:[registry registrarForPlugin:@"PathProviderPlugin"]];
|
|
[SharedPreferencesPlugin registerWithRegistrar:[registry registrarForPlugin:@"SharedPreferencesPlugin"]];
|
|
[SqflitePlugin registerWithRegistrar:[registry registrarForPlugin:@"SqflitePlugin"]];
|
|
[WebViewFlutterPlugin registerWithRegistrar:[registry registrarForPlugin:@"WebViewFlutterPlugin"]];
|
|
}
|
|
|
|
@end
|