onLocalRecordFragment property

(void Function(String storagePath)?) onLocalRecordFragment
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.

Implementation

final void Function(String storagePath)? onLocalRecordFragment;