Future<Image> fromBase64(String key, String base64) { return (_assets[key] ??= _ImageAsset.future( _fetchFromBase64(base64), )).retrieveAsync(); }