track method

Future<RawEvent?> track(
  1. TrackEvent event
)

Implementation

Future<RawEvent?> track(TrackEvent event) async {
  return event;
}