小修改
parent
8574fc53c0
commit
b09e60067c
|
@ -65,6 +65,7 @@ static MopPlugin *_instance;
|
||||||
binaryMessenger:[registrar messenger]];
|
binaryMessenger:[registrar messenger]];
|
||||||
[registrar addMethodCallDelegate:_instance channel:appletShareChannel];
|
[registrar addMethodCallDelegate:_instance channel:appletShareChannel];
|
||||||
_instance.shareAppletMethodChannel = appletShareChannel;
|
_instance.shareAppletMethodChannel = appletShareChannel;
|
||||||
|
|
||||||
//phiz
|
//phiz
|
||||||
FlutterMethodChannel* phizChannel = [FlutterMethodChannel
|
FlutterMethodChannel* phizChannel = [FlutterMethodChannel
|
||||||
methodChannelWithName:@"Phiz"
|
methodChannelWithName:@"Phiz"
|
||||||
|
|
Loading…
Reference in New Issue