closeToast static method

void closeToast()

Закрывает все отображаемые тосты.

Implementation

static void closeToast() {
  oktoast.dismissAllToast();
}