callback property

(void Function(ModelUpdateNotification update)?) callback
final

A callback that is notified when changes are made to the relevant document.

Contains information on changes to update.

該当ドキュメントに変更があった場合、通知されるコールバック。

updateに変更された場合の情報が含まれています。

Implementation

final void Function(ModelUpdateNotification update)? callback;