getMimeTypeId static method

int? getMimeTypeId(
  1. String? mimeType
)

Implementation

static int? getMimeTypeId(String? mimeType) {
  return MIME_TYPES[mimeType];
}