$notify method

void $notify()

Implementation

void $notify() {
  try {
    $stream.notify($snapshot());
  } on AccessWhileLoadingError {
    // ignore
  } catch (e) {
    rethrow;
  }
}