queryWatchFaceStore method
Gets the list of available watch faces by way of paging query.
Implementation
Future<List<WatchFaceBean>> queryWatchFaceStore(WatchFaceStoreBean watchFaceStoreBean) {
return _platform.queryWatchFaceStore(watchFaceStoreBean);
}