shutDown property
Future<void>
get
shutDown
The watch is turned off.
Implementation
Future<void> get shutDown {
return _platform.shutDown;
}
The watch is turned off.
Future<void> get shutDown {
return _platform.shutDown;
}