getMethodChannel method
Retrieves the MethodChannel instance used to communicate with the native platform.
Implementation
@override
MethodChannel getMethodChannel() {
return methodChannel;
}
Retrieves the MethodChannel instance used to communicate with the native platform.
@override
MethodChannel getMethodChannel() {
return methodChannel;
}