gateway property

  1. @override
Gateway gateway
latefinal

The Gateway used by this client to send and receive Gateway events.

Implementation

// Initialized in connectGateway due to a circular dependency
@override
late final Gateway gateway;