startEvent abstract method

Future<void> startEvent(
  1. String key
)

Start timed event with a specified key

key: Name of the custom event, required, must not be an empty string.

Implementation

Future<void> startEvent(String key);