requestScanSwitchWithScanViewConfigContentString method
Switches to a new scan mode using a raw ScanViewConfig JSON string.
Implementation
Future<void> requestScanSwitchWithScanViewConfigContentString(
String scanViewConfigContentString) async {
await _wrapperSessionSetup;
_channel.invokeMethod(
_methodRequestScanSwitchWithScanViewConfigContentString,
{_extraRequest: scanViewConfigContentString});
}