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