Remove all expired keys from storage.
Future<int> storageRemoveExpired() async { return await NyStorage.removeExpired(); }