getImagePath static method

String getImagePath(
  1. String path
)

Returns Image Path: resources/images/path

Implementation

static String getImagePath(String path) {
  return 'resources/images/' + path;
}