stopRecording method

Future<String?> stopRecording()

Implementation

Future<String?> stopRecording() {
  throw UnimplementedError('stopRecording() has not been implemented.');
}