Close the socket connection.
Source
Future<Reply> exit({int timeoutSeconds: 10}) =>
_subscribeAndSendCommand('exit', new Duration(seconds: timeoutSeconds));
Close the socket connection.
Future<Reply> exit({int timeoutSeconds: 10}) =>
_subscribeAndSendCommand('exit', new Duration(seconds: timeoutSeconds));