onlySetIfAbsentUserResidencePrefecture static method

Future<void> onlySetIfAbsentUserResidencePrefecture(
  1. UserProfilePrefecture prefecture
)

Set the user's prefecture of residence to the user profile only if absent.

Implementation

static Future<void> onlySetIfAbsentUserResidencePrefecture(final UserProfilePrefecture prefecture) async {
  await _invokeMethod('onlySetIfAbsentUserResidencePrefecture', prefecture.index);
}