Compare commits
2 Commits
2aa8cf9b15
...
8274fe3aaf
Author | SHA1 | Date |
---|---|---|
Stewen | 8274fe3aaf | |
Stewen | b09e60067c |
|
@ -64,7 +64,12 @@ 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