clearUserPersona method
Clears the current user persona
.
Implementation
@override
void clearUserPersona(String persona) {
throwIfNotStarted();
methodChannel.invokeMethod(
_clearUserPersonaMethodName,
{_userPersonaArgName: persona},
);
}