scannerEventChannel property
Underlying event channel used for scanner callback events.
Implementation
@visibleForTesting
final EventChannel scannerEventChannel = const EventChannel(
ScannerChannelContract.eventChannelName,
);
Underlying event channel used for scanner callback events.
@visibleForTesting
final EventChannel scannerEventChannel = const EventChannel(
ScannerChannelContract.eventChannelName,
);