dbClose static method

dynamic dbClose()

Implementation

static dbClose() {
  database!.close();
  database = null;
}