onlySetIfAbsentIntUserProfile static method
Set a user profile of type int only if absent.
Implementation
static Future<void> onlySetIfAbsentIntUserProfile(final String key, final int value) async {
await _invokeMethod('onlySetIfAbsentIntUserProfile', [key, value]);
}