stop static method
Implementation
static void stop({
String? msg,
}) {
print(msg ?? _defaultStopMessage);
_timer?.cancel();
_BlinkStar.stop();
}
static void stop({
String? msg,
}) {
print(msg ?? _defaultStopMessage);
_timer?.cancel();
_BlinkStar.stop();
}