custom static method

void custom(
  1. BuildContext context,
  2. ToastrConfig config
)

Show a custom toastr with full configuration options

Implementation

static void custom(BuildContext context, ToastrConfig config) {
  _service.show(config, context);
}