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