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