initialize method

  1. @override
Future<void> initialize()
override

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.
}