start method

void start()

Begins consuming the transport (no-op for message-based endpoints).

Implementation

void start() => _endpoint.listen();