menu
toastr_flutter package
documentation
toastr.dart
ToastrHelper
clearAll static method
clearAll static method
dark_mode
light_mode
clearAll
static method
void
clearAll
(
)
Clear all active toastrs
Implementation
static void clearAll() { _service.clearAll(); }
toastr_flutter package
documentation
toastr
ToastrHelper
clearAll static method
ToastrHelper class