closeConnection method

Future<void> closeConnection()

Implementation

Future<void> closeConnection() async {
  await dbConnection?.disconnect();
}