stopLoading method

void stopLoading()

Restores normal free-swimming behavior for all fish.

Implementation

void stopLoading() {
  _onStopLoading?.call();
}