// // Generated file. Do not edit. // // clang-format off #import "GeneratedPluginRegistrant.h" #if __has_include() #import #else @import device_info_plus; #endif #if __has_include() #import #else @import sqflite_darwin; #endif #if __has_include() #import #else @import video_player_avfoundation; #endif @implementation GeneratedPluginRegistrant + (void)registerWithRegistry:(NSObject*)registry { [FPPDeviceInfoPlusPlugin registerWithRegistrar:[registry registrarForPlugin:@"FPPDeviceInfoPlusPlugin"]]; [SqflitePlugin registerWithRegistrar:[registry registrarForPlugin:@"SqflitePlugin"]]; [FVPVideoPlayerPlugin registerWithRegistrar:[registry registrarForPlugin:@"FVPVideoPlayerPlugin"]]; } @end