shutDown property

Future<void> shutDown

The watch is turned off.

Implementation

Future<void> get shutDown {
  return _platform.shutDown;
}