updateUserStatus abstract method
- UserTextStatus? status
Updates or resets the MyUser.status field of the authenticated MyUser.
Implementation
Future<void> updateUserStatus(UserTextStatus? status);
Updates or resets the MyUser.status field of the authenticated MyUser.
Future<void> updateUserStatus(UserTextStatus? status);