RTCDTMFToneChangeEventInit constructor

RTCDTMFToneChangeEventInit({
  1. bool bubbles,
  2. bool cancelable,
  3. bool composed,
  4. String tone,
})

Implementation

external factory RTCDTMFToneChangeEventInit({
  bool bubbles,
  bool cancelable,
  bool composed,
  String tone,
});