afterSyncNotifyUpdate abstract method

Future<void> afterSyncNotifyUpdate(
  1. T? doc
)

Called after the local state has been updated with new data.

Use this method to perform any necessary operations after the document has been synchronized with local state.

Parameters:

  • doc - The new document from Firestore

Implementation

Future<void> afterSyncNotifyUpdate(T? doc);