hasAttribute method

Future<bool?> hasAttribute(
  1. String tag
)

Returns true if the image file has the given attribute defined.

Implementation

Future<bool?> hasAttribute(String tag) =>
    channel.invokeMethod<bool>("hasAttribute", tag);