close abstract method

Future<void> close()

Closes the connection to a Mumble server.

After closing, you should discard this client and create a new client object if you want to ettablish another connection.

Calling this method will set closed to true immediately. For implications, see the property documentation.

Implementation

Future<void> close();