MicrophoneRecorder constructor

MicrophoneRecorder()

Constructs a microphone recorder in the initial state.

Implementation

MicrophoneRecorder()
    : super(MicrophoneRecorderValue(
        started: false,
        stopped: false,
        recording: null,
      ));