Show a toast by just calling toast(yourText)
, and dodge API 25
BadTokenException
.
Supported platforms: Android.
To create and show a
Toast
,
just call toast(…)
(for breakfast) or longToast(…)
(for breakslow) with
either a string resource id or a CharSequence
.
implementation("com.louiscad.splitties:splitties-toast:$splitties_version")