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