SetBio constructor

const SetBio({
  1. required String bio,
})

Changes the bio of the current user

Implementation

const SetBio({
  required this.bio,
});