closeDatabase method

dynamic closeDatabase()

Implementation

closeDatabase() async {
  await _database?.close();
}