handle method

Future handle(
  1. Map? event
)

Handle the payload from the event The event argument provides a Map of the data event

Implementation

Future<dynamic> handle(Map? event) async {}