CreateWebDatabase typedef
Signature of a function that asynchronously initializes a web database if it doesn't exist. The bytes returned should represent a valid sqlite3 database file.
Implementation
typedef CreateWebDatabase = FutureOr<Uint8List> Function();