getMethodChannel method

MethodChannel getMethodChannel()

Retrieves the MethodChannel instance from the platform interface.

This method allows access to the method channel used for communication with the native platform.

Implementation

MethodChannel getMethodChannel() {
  return EpayPlatformInterface.instance.getMethodChannel();
}