Set the email address of the user to the user profile.
static Future<void> setUserEmailAddress(final String address) async { await _invokeMethod('setUserEmailAddress', address); }