getAttribute method

Future<String?> getAttribute(
  1. String tag
)

Returns the value of the specified tag or null if there is no such tag in the image file.

Implementation

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