clearUserName method
Clears the current user name.
Implementation
@override
void clearUserName() {
throwIfNotStarted();
methodChannel.invokeMethod(_clearUserNameMethodName);
}
Clears the current user name.
@override
void clearUserName() {
throwIfNotStarted();
methodChannel.invokeMethod(_clearUserNameMethodName);
}