identify abstract method

Future<void> identify(
  1. String userId, {
  2. Map<String, dynamic>? userProperties,
})

Implementation

Future<void> identify(
  String userId, {
  Map<String, dynamic>? userProperties,
});