stop method

  1. @override
void stop()
override

Implementation

@override
void stop() {
  if (_socketInitialized) {
    _socket.disconnect();
  }
}