updateUserBio abstract method
- UserBio? bio
Updates or resets the MyUser.bio field of the authenticated MyUser.
Implementation
Future<void> updateUserBio(UserBio? bio);
Updates or resets the MyUser.bio field of the authenticated MyUser.
Future<void> updateUserBio(UserBio? bio);