Reads an integer value.
@override Future<int> getInt(String key, {int defaultValue = 0}) async => (_store[key] as int?) ?? defaultValue;