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