Update the API key
@override Future<void> setApiKey(String apiKey) async { await methodChannel.invokeMethod('setApiKey', {'apiKey': apiKey}); }