AwareSensorCore constructor

AwareSensorCore(
  1. AwareSensorConfig? config
)

Implementation

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