close method

  1. @override
Future<void> close()
override

Closes the connection to the MySQL database.

Implementation

@override
Future<void> close() async {
  await _connection.close();
}