notifyInfo method

void notifyInfo(
  1. String info
)

Implementation

void notifyInfo(String info) {
  _info = info;
  notifyListeners();
}