stop method
Implementation
stop({bool canceled = true}) {
assert(isEnable);
danmuItems.clear();
progress = startTime;
_lastElapsedDuration = null;
_checkStatusChanged();
_ticker!.stop(canceled: canceled);
_status = DanmuStatus.stop;
}
stop({bool canceled = true}) {
assert(isEnable);
danmuItems.clear();
progress = startTime;
_lastElapsedDuration = null;
_checkStatusChanged();
_ticker!.stop(canceled: canceled);
_status = DanmuStatus.stop;
}