getSizeAsync abstract method

Future<Size> getSizeAsync(
  1. AsyncImageInput input
)

Returns the size of the input.

Implementation

Future<Size> getSizeAsync(AsyncImageInput input);