设置扫码结果前缀。
@override Future<void> scannerSetPrefix(String prefix) { return _invokeVoid('scanner.setPrefix', <String, Object?>{ 'prefix': prefix, }); }