querySupportWatchFace property

Future<SupportWatchFaceBean> get querySupportWatchFace

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

Implementation

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