SetUsername constructor

const SetUsername({
  1. required String username,
})

Changes the editable username of the current user

Implementation

const SetUsername({
  required this.username,
});