startFindPhone property

Future<void> startFindPhone

When receiving a callback to find the bracelet phone, the app vibrates and plays a ringtone reminder.

Implementation

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