closeScanner static method
void
closeScanner()
关闭扫码器
Implementation
static void closeScanner() {
_methodChannel.invokeMethod('closeScanner');
}
关闭扫码器
static void closeScanner() {
_methodChannel.invokeMethod('closeScanner');
}