onlySetIfAbsentStringUserProfile static method

Future<void> onlySetIfAbsentStringUserProfile(
  1. String key,
  2. String value
)

Set a user profile of type String only if absent.

Implementation

static Future<void> onlySetIfAbsentStringUserProfile(final String key, final String value) async {
  await _invokeMethod('onlySetIfAbsentStringUserProfile', [key, value]);
}