isSupportedMimeType method

Future<bool?> isSupportedMimeType(
  1. String mimeType
)

Returns whether ExifInterface currently supports reading data from the specified mime type or not.

Implementation

Future<bool?> isSupportedMimeType(String mimeType) =>
    channel.invokeMethod<bool>("isSupportedMimeType", mimeType);