store abstract method

Future<void> store(
  1. Uint8List data
)

Store the entire database.

Implementation

Future<void> store(Uint8List data);