Future<void> loadUrl( String url, Map<String, String>? headers, ) async { await webController.loadUrl(url, headers: headers); }