mimalo library Null safety
Functions
-
mimalo(
{required String filePathOrExtension, dynamic charset = "utf-8"}) → ContentType? - Get ContentType from extension or path. Returns null if there is no MIME type asociated with the extension on this library.
-
noMeMimes(
{required ContentType contentType}) → String? - Get Extension from ContentType. Returns null if there is no extension asociated with the MIME type on this library.