Future<void> setApiKey(String apiKey) async { await webViewController.runJavaScript('setApiKey("$apiKey");'); }