watchFaceStoreBeanFromJson function

WatchFaceStoreBean watchFaceStoreBeanFromJson(
  1. String str
)

Implementation

WatchFaceStoreBean watchFaceStoreBeanFromJson(String str) => WatchFaceStoreBean.fromJson(json.decode(str));