sendDisplayWatchFace method
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);
}