Compare commits

..

2 Commits

Author SHA1 Message Date
Stewen 8274fe3aaf 冲突 2023-12-06 14:39:55 +08:00
Stewen b09e60067c 小修改 2023-12-06 14:38:50 +08:00
1 changed files with 6 additions and 1 deletions

View File

@ -64,7 +64,12 @@ static MopPlugin *_instance;
binaryMessenger:[registrar messenger]];
[registrar addMethodCallDelegate:_instance channel:appletShareChannel];
_instance.shareAppletMethodChannel = appletShareChannel;
//phiz
FlutterMethodChannel* phizChannel = [FlutterMethodChannel
methodChannelWithName:@"Phiz"
binaryMessenger:[registrar messenger]];
[registrar addMethodCallDelegate:_instance channel:phizChannel];
_instance.phizMethodChannel = phizChannel;
}
+ (instancetype)instance{