methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

Underlying method channel used by this implementation.

Implementation

@visibleForTesting
final MethodChannel methodChannel = const MethodChannel(
  PrinterChannelContract.channelName,
);