registerDidStop method
Add a callback that will be called by the recorder when it stops recording.
Implementation
@override
void registerDidStop(VoidCallback fn) {
_didStopCallbacks.add(fn);
}
Add a callback that will be called by the recorder when it stops recording.
@override
void registerDidStop(VoidCallback fn) {
_didStopCallbacks.add(fn);
}