identify method

void identify({
  1. required String identifier,
  2. Map<String, dynamic> attributes = const {},
})

Implementation

void identify(
    {required String identifier,
    Map<String, dynamic> attributes = const {}}) {
  throw UnimplementedError('identify() has not been implemented.');
}