identify method

Future<RawEvent?> identify(
  1. IdentifyEvent event
)

Implementation

Future<RawEvent?> identify(IdentifyEvent event) async {
  return event;
}