fileNotFound static method

String fileNotFound(
  1. String filePath
)

File not found error

Implementation

static String fileNotFound(String filePath) => 'File not found: $filePath';