Future<String> getSharedString({required String key}) async { return await getShared<String>(key: key, defaultValue: ''); }