onlySetIfAbsentUserResidencePrefecture static method
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);
}