baseName static method

String baseName(
  1. String memberMediumDocumentID,
  2. String filePath
)

Implementation

static String baseName(String memberMediumDocumentID, String filePath) {
  return '$memberMediumDocumentID.${context.basename(filePath)}';
}