getFile abstract method

Future<File> getFile(
  1. String path
)

Retrieves a File object for the given path.

Implementation

Future<File> getFile(String path);