sendWatchFace method
Send the watchface file of the new watchface to the watch, during which the watch will restart.
Implementation
Future<void> sendWatchFace(SendWatchFaceBean sendWatchFaceBean) {
return _platform.sendWatchFace(sendWatchFaceBean);
}