AwareSensorCore constructor

AwareSensorCore(
  1. dynamic config
)

Implementation

AwareSensorCore(config) : super(config) {
  this._channel = _coreChannel;
}