show method

void show(
  1. Toast toast
)

Shows a Toast on the desktop.

Implementation

void show(Toast toast) => ToastServiceFFI.show(toast.id);