onStartRecording property

dynamic Function(bool doesStartRecording)? onStartRecording
final

Callback when the recording starts, providing a boolean indicating if it started successfully

Implementation

final Function(bool doesStartRecording)? onStartRecording;