SetBio constructor
const
SetBio({
- required String bio,
Changes the bio of the current user
Implementation
const SetBio({
required this.bio,
});
Changes the bio of the current user
const SetBio({
required this.bio,
});