Future<bool> setSharedInt({required String key, required int setIntTo}) async { return await setShared<int>(key: key, value: setIntTo); }