closeScanner static method

void closeScanner()

关闭扫码器

Implementation

static void closeScanner() {
  _methodChannel.invokeMethod('closeScanner');
}