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