@override Future<bool?> startScan() async { final isStart = await methodChannel.invokeMethod<bool>('startScan'); return isStart; }