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