clearUserEmail method
Clears the current user email.
Implementation
@override
void clearUserEmail() {
throwIfNotStarted();
methodChannel.invokeMethod(_clearUserEmailMethodName);
}
Clears the current user email.
@override
void clearUserEmail() {
throwIfNotStarted();
methodChannel.invokeMethod(_clearUserEmailMethodName);
}