Sets the current user email to the provided email.
email
@override void setUserEmail(String email) { throwIfNotStarted(); methodChannel .invokeMethod(_setUserEmailMethodName, {_userEmailArgName: email}); }