toast method

void toast(
  1. String msg
)

Implementation

void toast(String msg) {
  _toastCall?.call(msg);
}