exportDatabase abstract method
Attempts to read an ExistingDatabase from storage.
Implementation
Future<Uint8List?> exportDatabase(ExistingDatabase database);
Attempts to read an ExistingDatabase from storage.
Future<Uint8List?> exportDatabase(ExistingDatabase database);