querySupportWatchFace property

Future<SupportWatchFaceBean> querySupportWatchFace

When the watch switches dials, it needs to query the type supported by the dial.

Implementation

Future<SupportWatchFaceBean> get querySupportWatchFace {
  return _platform.querySupportWatchFace;
}