Return true if the given uri is a file URI.
true
uri
file
static bool isFileUri(Uri uri) => uri.isScheme(FILE_SCHEME);