reOpen method

Future<void> reOpen()

Warning: unsafe.

On sembast io, the file will be reloaded. Unpredictable behavior if a write happens at the same time. The database is closed and re-opened. So any pending listeners are lost.

Implementation

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