sdbExportDatabase method

Future<Map> sdbExportDatabase()

Export the database using sdb format

Implementation

Future<Map> sdbExportDatabase() async =>
    import_export.sdbExportDatabase(_idbDatabase);