mimeType abstract method

Future<String?> mimeType(
  1. String path
)

Returns the MIME type of the file.

Implementation

Future<String?> mimeType(String path);