menu
flutterpop package
documentation
provider.dart
PopProvider
toast method
toast method
dark_mode
light_mode
toast
method
void
toast
(
PopModel
toast
)
Implementation
void toast(PopModel toast) { toastQueues.add(toast); check(); }
flutterpop package
documentation
provider
PopProvider
toast method
PopProvider class