stopLoading method
void
stopLoading()
Restores normal free-swimming behavior for all fish.
Implementation
void stopLoading() {
_onStopLoading?.call();
}
Restores normal free-swimming behavior for all fish.
void stopLoading() {
_onStopLoading?.call();
}