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