sendDisplayWatchFace method

Future<void> sendDisplayWatchFace(
  1. int watchFaceType
)

The watch supports a variety of different watchfaces, which can be switched freely. Send watchface type,Parameters provided by WatchFaceType.

Implementation

Future<void> sendDisplayWatchFace(int watchFaceType) {
  return _platform.sendDisplayWatchFace(watchFaceType);
}