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