custom static method

String custom(
  1. ToastrConfig config
)

Show a custom toastr with full configuration options.

Returns the toast ID.

Implementation

static String custom(ToastrConfig config) => _service.show(config);