stop method
void
stop()
The stop
methods stops the recording and calls
the onStopped
callback.
Implementation
void stop() {
_stop();
}
The stop
methods stops the recording and calls
the onStopped
callback.
void stop() {
_stop();
}