ThumbHashSampler.base64 constructor
ThumbHashSampler.base64(
- String bs
Implementation
factory ThumbHashSampler.base64(String bs) => ThumbHashSampler(
bs, th.thumbHashToRGBA(base64.decode(base64.normalize(bs))));