closeServer method

Future<void> closeServer()

Implementation

Future<void> closeServer() {
  return _connection.close();
}