buildKeyFromImagePath static method

String buildKeyFromImagePath(
  1. String imagePath
)

Implementation

static String buildKeyFromImagePath(String imagePath) {
  return _buildCustomKey(imagePath.trim());
}