onFramesComplete property

Signal onFramesComplete

Returns the signal object that is dispatched when playback completes.

Implementation

Signal get onFramesComplete {
  return _onFramesComplete ??= Signal();
}