closeDB abstract method

void closeDB({
  1. String? dbName,
})

Close the Database

Implementation

void closeDB({String? dbName});