processImageFromNetwork method

Future<void> processImageFromNetwork(
  1. String imageUrl,
  2. Size containerSize,
  3. Offset offset
)

Implementation

Future<void> processImageFromNetwork(
    String imageUrl, Size containerSize, Offset offset) async {
  _containerSize = containerSize;
  _offset = offset;
  // await _getFromNetwork(imageUrl);
}