sendEvent method

void sendEvent(
  1. Event event
)

Implementation

void sendEvent(Event event) => _sendLsp(event.toJson());