checkForChanges method

Future<void> checkForChanges()

Behavior depends on the implementation. On sembast io, nothing will happen. On sembast_web and sembast_sqflite, data will be read again (incrementally or not) to handle external changes.

Implementation

Future<void> checkForChanges() => (this as SembastDatabase).checkForChanges();