scannerGetDecoderStatus method

Future<bool> scannerGetDecoderStatus()

查询底层解码器状态。

Implementation

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