onLocalRecordFragment property
final
Record Fragment Finished
When fragment recording is enabled, this callback will be invoked when each fragment file is finished.
- Parameters:
- storagePath(String):
- Storage path of the fragment.
- storagePath(String):
Implementation
final void Function(String storagePath)? onLocalRecordFragment;