execute method

Future execute(
  1. Model source,
  2. String event
)

Executes and Event

Implementation

Future<dynamic> execute(Model source, String event) async =>
    await EventHandler(source).executeEvent(event);