isValidAsync abstract method

Future<bool> isValidAsync(
  1. AsyncImageInput input
)

Returns the input is support or not.

Implementation

Future<bool> isValidAsync(AsyncImageInput input);