setUser method

Future<void> setUser(
  1. String userId,
  2. Map<String, dynamic> attributes
)

Sets the user for this session.

This user context is used for any other functions you call.

Implementation

Future<void> setUser(
  String userId,
  Map<String, dynamic> attributes,
) =>
    throw UnimplementedError('setUser() has not been implemented.');