error method

dynamic error([
  1. String? msg
])

Implementation

error([String? msg]) {
  _createEntry(_ToastType.error, msg: msg);
}