setUserPersona method
Sets the current user persona to the provided persona
.
Implementation
@override
void setUserPersona(String persona) {
throwIfNotStarted();
methodChannel.invokeMethod(
_setUserPersonaMethodName,
{_userPersonaArgName: persona},
);
}