methodChannel property
Underlying method channel used by this implementation.
Implementation
@visibleForTesting
final MethodChannel methodChannel = const MethodChannel(
PrinterChannelContract.channelName,
);
Underlying method channel used by this implementation.
@visibleForTesting
final MethodChannel methodChannel = const MethodChannel(
PrinterChannelContract.channelName,
);