setDB function

dynamic setDB()

Implementation

setDB() async {
  if (db == Null) {
    db = await database;
  }
}