registerDidStop abstract method

void registerDidStop(
  1. VoidCallback cb
)

Add a callback that will be called by the recorder when it stops recording.

Implementation

void registerDidStop(VoidCallback cb);