startPickAndScan method
Picker scan. Default throws — enable by overriding in your native impl.
Implementation
@override
Future<void> startPickAndScan(ScanConfiguration config, int maxItems) async {
await _methodChannel.invokeMethod<void>('pickAndScan', {
...config.toChannelMap(),
'maxItems': maxItems,
});
}