Sets an integer value.
@override Future<bool> setInt(String key, int value) async { _storage.setItem(key, value.toString()); return true; }