fileNotFound static method

FileSystemError fileNotFound([
  1. Object? messageOrUri
])

Create an error to signal that a file or folder wasn't found.

Implementation

static _i3.FileSystemError fileNotFound([_i2.Object? messageOrUri]) =>
    _i5.callMethod(
      _declaredFileSystemError,
      'FileNotFound',
      [messageOrUri ?? _i6.undefined],
    );