setUserWithProperty method

Future<void> setUserWithProperty(
  1. String userId, {
  2. String? groupId,
  3. Map<String, dynamic>? props,
})

Implementation

Future<void> setUserWithProperty(
  String userId, {
  String? groupId,
  Map<String, dynamic>? props,
}){
  throw UnimplementedError('`setUserWithProperty` has not been implemented.');
}