sendQuickViewTime method
The watch supports setting the effective time period for turning the wrist and turning on the screen, and it is only valid when turning the wrist and turning on the screen within the set time period.
Implementation
Future<void> sendQuickViewTime(PeriodTimeBean periodTimeInfo) {
return _platform.sendQuickViewTime(periodTimeInfo);
}