stop method
void
stop()
Stop spinner without changing message (for custom handling)
Implementation
void stop() {
if (_isSpinnerMode && _spinner != null) {
_spinner!.stop();
}
}
Stop spinner without changing message (for custom handling)
void stop() {
if (_isSpinnerMode && _spinner != null) {
_spinner!.stop();
}
}