getDecodedIfAvailable method

Image? getDecodedIfAvailable(
  1. String url
)

Returns decoded ui.Image if available.

Implementation

ui.Image? getDecodedIfAvailable(String url) => _strategy.get(url)?.image;