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