stop abstract method

Future<String?> stop(
  1. String recorderId
)

Stops recording session and release internal recorder resource.

Returns the output path.

Implementation

Future<String?> stop(String recorderId);