close method

Future<void> close()

Closes the connection

Implementation

Future<void> close() async {
  await conn!.close();
}