errorMessagePDF static method

String errorMessagePDF(
  1. String path
)

Implementation

static String errorMessagePDF(String path) =>
    "Only PDF file allowed. File is not a pdf: $path";