Future<int> getSharedInt({required String key}) async { return await getShared<int>(key: key, defaultValue: 0); }