关闭扫描
@override Future<bool> stopDecode() async { final v = await methodChannel.invokeMethod<bool>("stopDecode"); return v ?? false; }