shutdown method

Future<void> shutdown()

Shutdown the DDS instance.

Implementation

Future<void> shutdown() async {
  _ddsInstance.kill();
  await done;
}