errorMessagePDF static method

String errorMessagePDF(
  1. String path
)

Implementation

static String errorMessagePDF(String path) =>
    "File is not of PDF type or does not exist: $path";