menu
minisound package
documentation
recorder.dart
Recorder
start method
start method
dark_mode
light_mode
start
method
void
start
(
)
Starts recording.
Implementation
void start() { _recorder.start(); _isRecording = true; }
minisound package
documentation
recorder
Recorder
start method
Recorder class