Compare commits
No commits in common. "8274fe3aaf6a157f5a795b88ff804ee3cee18ffb" and "2aa8cf9b15356e0fa50e4ed7523788c898c6559d" have entirely different histories.
8274fe3aaf
...
2aa8cf9b15
|
@ -64,12 +64,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
|
|
||||||
FlutterMethodChannel* phizChannel = [FlutterMethodChannel
|
|
||||||
methodChannelWithName:@"Phiz"
|
|
||||||
binaryMessenger:[registrar messenger]];
|
|
||||||
[registrar addMethodCallDelegate:_instance channel:phizChannel];
|
|
||||||
_instance.phizMethodChannel = phizChannel;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
+ (instancetype)instance{
|
+ (instancetype)instance{
|
||||||
|
|
Loading…
Reference in New Issue