toastError

open fun toastError(@Nullable context: Context, @StringRes resId: Int)
open fun toastError(@Nullable context: Context, @StringRes resId: Int, useOverlay: Boolean)
open fun toastError(@Nullable context: Context, @NonNull message: String)
open fun toastError(@Nullable context: Context, @NonNull message: String, useOverlay: Boolean)