Returns the MIME type of the file.
@override Future<String?> mimeType(String path) async { return lookupMimeType(path); }