atServiceFactory property

AtServiceFactory? atServiceFactory
getter/setter pair

The object which controls what types of AtClients, NotificationServices and SyncServices get created when we call AtClientManager.setCurrentAtSign. If atServiceFactory is not set, AtClientManager.setCurrentAtSign will use a DefaultAtServiceFactory

Implementation

AtServiceFactory? atServiceFactory;