getMimeType static method

String? getMimeType(
  1. int id
)

Implementation

static String? getMimeType(int id) {
  return MIME_TYPES[id];
}