close method
void
close()
Closes the progress widget
Implementation
void close() {
isVisible.value = false;
_cancelStreamSubscription();
onCloseCallback?.call();
}
Closes the progress widget
void close() {
isVisible.value = false;
_cancelStreamSubscription();
onCloseCallback?.call();
}