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