sendEvent abstract method

Future<void> sendEvent({
  1. required String event,
})

Implementation

Future<void> sendEvent({required String event});