#import @interface MopEventStream : NSObject - (void)send:(NSString *)channel event:(NSString *)event body:(id)body; @end @interface MopPlugin : NSObject @property MopEventStream *mopEventStreamHandler; @property FlutterMethodChannel *methodChannel; @property FlutterMethodChannel *shareMethodChannel; @property FlutterMethodChannel *shareAppletMethodChannel; @property FlutterMethodChannel *appletMethodChannel; + (instancetype) instance; @end