customizeWatchFaceBeanFromJson function

CustomizeWatchFaceBean customizeWatchFaceBeanFromJson(
  1. String str
)

Implementation

CustomizeWatchFaceBean customizeWatchFaceBeanFromJson(String str) => CustomizeWatchFaceBean.fromJson(json.decode(str));