static Future<String?> getIconUrl(String packageName) async { _ensureInitialized(); return await instance._storage.getIconUrl(packageName); }