SensorErrorEvent constructor

SensorErrorEvent(
  1. String type,
  2. SensorErrorEventInit errorEventInitDict
)

Implementation

external factory SensorErrorEvent(
    String type, SensorErrorEventInit errorEventInitDict);