stop method

  1. @override
void stop()
override

Stop the xray-core server.

Implementation

@override
void stop() {
  _lib.stop(_uuid);
}