atClientServiceMap property

  1. @Deprecated('The AtClientService will be replaced with AtAuthService. Use AtClientManager.getInstance() for AtClientManager instance.')
Map<String?, AtClientService> atClientServiceMap
getter/setter pair

Implementation

@Deprecated(
    'The AtClientService will be replaced with AtAuthService. Use AtClientManager.getInstance() for AtClientManager instance.')
//ignore: deprecated_export_use
Map<String?, AtClientService> atClientServiceMap =
    //ignore: deprecated_export_use
    <String?, AtClientService>{};