start method
void
start()
Begins consuming the transport (no-op for message-based endpoints).
Implementation
void start() => _endpoint.listen();
Begins consuming the transport (no-op for message-based endpoints).
void start() => _endpoint.listen();