API reference
js
FToast.show(type, message, opts?)
FToast.success/info/warning/error(message, opts?)
await FToast.alert(message, opts?)
const ok = await FToast.confirm(message, opts?)
const val = await FToast.prompt(message, opts?)