call method Null safety

void call()

Implementation

void call() {
  for (final callback in _callbacks) {
    callback();
  }
}