stopFindPhone property

Future<void> 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;
}