test
parent
3f96bafef7
commit
c7eeec526f
|
@ -0,0 +1 @@
|
|||
9b8dc99cc1898757c03a06b2261ab8de
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
- (void)forwardAppletWithInfo:(NSDictionary *)contentInfo completion:(void (^)(FATExtensionCode, NSDictionary *))completion
|
||||
{
|
||||
NSLog(@"forwardAppletWithInfo:%@",contentInfo);
|
||||
NSLog(@"forwardAppletWithInfo1:%@",contentInfo);
|
||||
FlutterMethodChannel *channel = [[MopPlugin instance] methodChannel];
|
||||
[channel invokeMethod:@"extensionApi:forwardApplet" arguments:@{@"appletInfo":contentInfo} result:^(id _Nullable result) {
|
||||
if([result isKindOfClass:[FlutterError class]]|| [result isKindOfClass:[FlutterMethodNotImplemented class] ])
|
||||
|
|
Loading…
Reference in New Issue