custom static method
Show a custom toastr with full configuration options.
Returns the toast ID.
Implementation
static String custom(ToastrConfig config) => _service.show(config);
Show a custom toastr with full configuration options.
Returns the toast ID.
static String custom(ToastrConfig config) => _service.show(config);