DeviceContactService constructor

DeviceContactService(
  1. IUserPreferencesService _prefs,
  2. IAuthState _authState
)

Implementation

DeviceContactService(this._prefs, this._authState) {
  _registerLifecycleHooks();
}