@override Future<String?> setApiKey(String key) async { return await methodChannel.invokeMethod('setApiKey', {'api_key': key}); }