queryDisplayWatchFace property

Future<int> queryDisplayWatchFace

Gets the type that the watch face is currently using.

Implementation

Future<int> get queryDisplayWatchFace {
  return _platform.queryDisplayWatchFace;
}