DriftDebugGetDatabaseBytes typedef

DriftDebugGetDatabaseBytes = Future<List<int>> Function()

Optional callback that returns the raw SQLite database file bytes.

Implementation

typedef DriftDebugGetDatabaseBytes = Future<List<int>> Function();