SmartPhoneClientManager constructor

SmartPhoneClientManager()

Get the singleton SmartPhoneClientManager.

In CARP Mobile Sensing the SmartPhoneClientManager is a singleton, which implies that only one client manager is used in an app.

Implementation

factory SmartPhoneClientManager() => _instance;