SensorErrorEventInit constructor

SensorErrorEventInit({
  1. required Exception error,
})

Implementation

external factory SensorErrorEventInit({required Exception error});