scannerGetDecodeTimeout method

Future<int> scannerGetDecodeTimeout()

获取单次解码超时时间,单位毫秒。

Implementation

Future<int> scannerGetDecodeTimeout() {
  throw UnimplementedError(
    'scannerGetDecodeTimeout() has not been implemented.',
  );
}