onlySetIfAbsentUserEmailAddress static method

Future<void> onlySetIfAbsentUserEmailAddress(
  1. String address
)

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);
}