didPush method

dynamic didPush()

Implementation

didPush() => _analytics.track(
      _visited,
      properties: {
        _clientIdKey: _clientIdValue,
        _servicerIdKey: _servicerIdValue,
      },
    );