getImageInfo method

Future<ImageMeta> getImageInfo(
  1. String path
)

Implementation

Future<ImageMeta> getImageInfo(String path) =>
    throw UnimplementedError('getImageInfo() has not been implemented.');