getNewImgFileName static method

  1. @visibleForTesting
String getNewImgFileName(
  1. String id
)

Implementation

@visibleForTesting
static String getNewImgFileName(String id) {
  return '$id-new.png';
}