findDevice property
Future<void>
get
findDevice
Find the watch, the watch will vibrate for a few seconds after receiving this command.
Implementation
Future<void> get findDevice {
return _platform.findDevice;
}