blob: 1bb042ddd60865136b3af8eba709f9b6bca1ea08 [file] [log] [blame]
//
// Generated file. Do not edit.
//
#import "PluginRegistry.h"
@implementation PluginRegistry
- (instancetype)initWithController:(FlutterViewController *)controller {
if (self = [super init]) {
_url_launcher = [[UrlLauncherPlugin alloc] initWithController:controller];
}
return self;
}
@end