getMethodChannel method

  1. @override
MethodChannel getMethodChannel()
override

Retrieves the MethodChannel instance used to communicate with the native platform.

Implementation

@override
MethodChannel getMethodChannel() {
  return methodChannel;
}