Toast
use Kingbes\PebView\Toast;
Methods
Show
Static function
showShow toast Parametersstring$appApplication namestring$titleToast titlestring$messageToast messagestring$iconToast icon, default is empty string ReturnsboolWhether the toast is shown successfully
Usage:
Toast::show("Application name", "Toast title", "Toast message");