requestScanSwitchWithScanStartRequestParams method
Switches to a new scan mode using the provided scan-start request.
Implementation
Future<void> requestScanSwitchWithScanStartRequestParams(
WrapperSessionScanStartRequest request) async {
await _wrapperSessionSetup;
_channel.invokeMethod(_methodRequestScanSwitchWithScanStartRequestParams,
{_extraRequest: request.toRawJson()});
}