getMethodChannel method
Returns the method channel for native platform communication.
Implementation
@override
MethodChannel getMethodChannel() {
return channel;
}
Returns the method channel for native platform communication.
@override
MethodChannel getMethodChannel() {
return channel;
}