menu
minisound package
documentation
recorder.dart
Recorder
start method
start method
dark_mode
light_mode
start
method
Future
<
void
>
start
(
)
Starts the recorder.
Implementation
Future<void> start() async => _recorder.start();
minisound package
documentation
recorder
Recorder
start method
Recorder class