MediaRecorderObserver constructor

MediaRecorderObserver({
  1. OnRecorderStateChanged? onRecorderStateChanged,
  2. OnRecorderInfoUpdated? onRecorderInfoUpdated,
})

Constructs the MediaRecorderObserver.

Implementation

MediaRecorderObserver({
  this.onRecorderStateChanged,
  this.onRecorderInfoUpdated,
});