restore abstract method

Future<Uint8List?> restore()

Restore the last database version that was saved with store.

If no saved data was found, returns null.

Implementation

Future<Uint8List?> restore();