Removes the User's local credentials. This will also close any associated Sessions.
Future<void> logOut() async { return await realmCore.userLogOut(this); }