getMethodChannel method

  1. @override
MethodChannel getMethodChannel()
override

Returns the method channel for native platform communication.

Implementation

@override
MethodChannel getMethodChannel() {
  return channel;
}