stop method

Future<String> stop(
  1. int recorderId
)

Stops the recording of the recorder with recorderId and returns its recording URL.

Implementation

Future<String> stop(int recorderId) {
  throw UnimplementedError('stop() has not been implemented.');
}