getAttributeRange method

Future<Int64List?> getAttributeRange(
  1. String tag
)

Returns the offset and length of the requested tag inside the image file, or null if the tag is not contained.

Implementation

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