getFileInfo method

  1. @override
FileInfo getFileInfo(
  1. String subpath
)
override

Locate a non-existent file.

Implementation

@override
FileInfo getFileInfo(String subpath) => NotFoundFileInfo(subpath);