onCustom method

ToastMeta onCustom()

Implementation

ToastMeta onCustom() {
  return ToastMeta(title: "", description: "", style: "custom");
}