teardown method

void teardown()

Disconnects from all devices.

Implementation

void teardown() {
  throw UnimplementedError('teardown() has not been implemented.');
}