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