errorMessageImage static method

String errorMessageImage(
  1. String path
)

Implementation

static String errorMessageImage(String path) =>
    "Only Image file allowed. File is not an image: $path";