isFileImage method

bool isFileImage(
  1. String url
)

Implementation

bool isFileImage(String url) => !isAssetImage(url);