client property
CRDTSocketClient
get
client
The client instance.
This is set by the client when the plugin is initialized.
Do not use this property before the plugin is attached to the client.
Implementation
CRDTSocketClient get client => _client;