canRead abstract method

Future<bool> canRead(
  1. String url
)

Returns whether url is readable.

Implementation

Future<bool> canRead(String url);