file abstract method

File file(
  1. dynamic path
)

Returns a reference to a File at path.

path can be either a `String`, a `Uri`, or a `FileSystemEntity`.

Implementation

File file(dynamic path);