initialize method
Subclasses should put any necessary post-construction async initialization in this method.
Implementation
@override
Future<void> initialize() async {
// The database is opened and schema-applied by the factory; nothing
// to do here.
}