MethodChannelPrinting constructor
MethodChannelPrinting()
Create a PrintingPlatform object for method channels.
Implementation
MethodChannelPrinting() : super() {
_channel.setMethodCallHandler(_handleMethod);
}
Create a PrintingPlatform object for method channels.
MethodChannelPrinting() : super() {
_channel.setMethodCallHandler(_handleMethod);
}