Future<void> setCanEditContent(bool b) async { authenticated.value = b; return await localStorage.write("canEditContent", b); }