supportWatchFaceInfoFromJson function

SupportWatchFaceInfo supportWatchFaceInfoFromJson(
  1. String str
)

Implementation

SupportWatchFaceInfo supportWatchFaceInfoFromJson(String str) => SupportWatchFaceInfo.fromJson(json.decode(str));