clearAllUserPersonas method
Clears the current users personas.
Implementation
@override
void clearAllUserPersonas() {
throwIfNotStarted();
methodChannel.invokeMethod(_clearAllUserPersonasMethodName);
}
Clears the current users personas.
@override
void clearAllUserPersonas() {
throwIfNotStarted();
methodChannel.invokeMethod(_clearAllUserPersonasMethodName);
}