sendWatchFaceBackground method

Future<void> sendWatchFaceBackground(
  1. WatchFaceBackgroundBean watchFaceBackgroundInfo
)

Implementation

Future<void> sendWatchFaceBackground(WatchFaceBackgroundBean watchFaceBackgroundInfo) {
  String jsonStr = watchFaceBackgroundBeanToJson(watchFaceBackgroundInfo);
  return mConnconst.invokeMethod('sendWatchFaceBackground', <String, String>{"watchFaceBackgroundInfo": jsonStr});
}