stop method

void stop()

The stop methods stops the recording and calls the onStopped callback.

Implementation

void stop() {
  _stop();
}