reload method

Future<void> reload()

Warning: unsafe.

On sembast io, the file will be reloaded. Unpredictable behavior if a write happens at the same time. The database if not closed and existing listeners remain.

Implementation

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