dispose method

  1. @override
void dispose()

Disposes of the transport resources.

Implementation

@override
void dispose() {
  _client.close();
}