execute method

Future<RawEvent?> execute(
  1. RawEvent event
)

Implementation

Future<RawEvent?> execute(RawEvent event) async {
  // do nothing by default, user can override.
  return event;
}