onlySetIfAbsentUserEmailAddress static method
Set the email address of the user to the user profile only if absent.
Implementation
static Future<void> onlySetIfAbsentUserEmailAddress(final String address) async {
await _invokeMethod('onlySetIfAbsentUserEmailAddress', address);
}