static Future<int> getPackagesCount() async { _ensureInitialized(); return await instance._storage.getPackagesCount(); }