custom static method
Show a custom toastr with full configuration options
Implementation
static void custom(BuildContext context, ToastrConfig config) {
_service.show(config, context);
}
Show a custom toastr with full configuration options
static void custom(BuildContext context, ToastrConfig config) {
_service.show(config, context);
}