stop method

dynamic stop()

Implementation

stop() async {
  if (valid()) {
    await _protocol!.stop();
  }
}