Function useShowCustomToast
- useShowCustomToast(): (
message: string,
type?: "error" | "alert" | "remove" | "success",
routePath?: string,
showIcon?: boolean,
) => void Returns (
message: string,
type?: "error" | "alert" | "remove" | "success",
routePath?: string,
showIcon?: boolean,
) => void