static Future<void> import(String url) { if (kIsWeb) { return ImportJsLibraryWeb.import(url); } else { return Future.value(null); } }