stopFindPhone property
Future<void>
get
stopFindPhone
When the user retrieves the phone, the vibrate and ringtone reminder ends, returning to the watch with this command
Implementation
Future<void> get stopFindPhone {
return _platform.stopFindPhone;
}