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