SchemaSqlLoader typedef

SchemaSqlLoader = Future<String> Function()

Loader for the bundled assets/schema/schema.sql. Injectable so widget tests can return canned content instead of hitting rootBundle.

Implementation

typedef SchemaSqlLoader = Future<String> Function();