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