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