initialize static method

Future<void> initialize()

Implementation

static Future<void> initialize() async {
  Database.addTable(schema);
}