Sets the current user name to the provided name.
name
@override void setUserName(String name) { throwIfNotStarted(); methodChannel .invokeMethod(_setUserNameMethodName, {_userNameArgName: name}); }