sendWatchFaceLayout method

Future<void> sendWatchFaceLayout(
  1. WatchFaceLayoutBean watchFaceLayoutInfo
)

Sets the watchface layout

Implementation

Future<void> sendWatchFaceLayout(WatchFaceLayoutBean watchFaceLayoutInfo) {
  return _platform.sendWatchFaceLayout(watchFaceLayoutInfo);
}