atClient property

AtClient atClient

The AtClientImpl is an implementation of the AtClient Interface This is the primary class developers will use to:

  • Call @protocol verbs
  • Monitor for notifications
  • Persist their keys

Implementation

AtClient get atClient => atClientManager.atClient;