stopFileRecording abstract method

Future<int?> stopFileRecording([
  1. StreamIndex streamIndex = StreamIndex.main
])

Stops local recording.

Return value:

Notes:

Implementation

Future<int?> stopFileRecording([StreamIndex streamIndex = StreamIndex.main]);