info method

dynamic info([
  1. String? msg
])

Implementation

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