isUriSupported method

bool isUriSupported(
  1. String uriString
)

Check Uri is supported or not

Implementation

bool isUriSupported(String uriString) {
  throw UnimplementedError('isUriSupported() has not been implemented.');
}