MediaRecorder constructor

MediaRecorder({
  1. @ignoreParam bool create = true,
})

Default constructor for MediaRecorder.

Implementation

MediaRecorder({@ignoreParam bool create = true}) {
  if (create) _channel.$create$(this, $owner: true);
}