$notify method

void $notify()

Implementation

void $notify() {
  final action = inspectAction(StackTrace.current.toString());
  _toLogState(action);
  notifyListeners();
}