onRecordingEnd property

dynamic Function(File? filePath) onRecordingEnd
final

Callback when recording ends, providing the file path of the recording

Implementation

final Function(File? filePath) onRecordingEnd;