scannerSetSuffix method

Future<void> scannerSetSuffix(
  1. String suffix
)

设置扫码结果后缀。

Implementation

Future<void> scannerSetSuffix(String suffix) {
  throw UnimplementedError('scannerSetSuffix() has not been implemented.');
}