AltMe
AltMe copied to clipboard
cache management for statusList is causing issue on flutter secure storage readAll on iOS
Disabling those lines to prevent flutter secure storage issue on iOS
// final expiry =
// DateTime.now().add(const Duration(days: 2)).millisecondsSinceEpoch;
// final value = {'expiry': expiry, 'data': response.data};
// await secureStorageProvider.set(uri, jsonEncode(value));
#2657
#2660