启动扫描,扫描头出光
@override Future<bool> startDecode() async { final v = await methodChannel.invokeMethod<bool>("startDecode"); return v ?? false; }