queryWatchFaceOfID method
Gets the watchface information of the watchface ID.
Implementation
Future<WatchFaceIdBean> queryWatchFaceOfID(int id) {
return _platform.queryWatchFaceOfID(id);
}
Gets the watchface information of the watchface ID.
Future<WatchFaceIdBean> queryWatchFaceOfID(int id) {
return _platform.queryWatchFaceOfID(id);
}