MethodChannelPrinting constructor

MethodChannelPrinting()

Create a PrintingPlatform object for method channels.

Implementation

MethodChannelPrinting() : super() {
  _channel.setMethodCallHandler(_handleMethod);
}