readImageInfo method

Future<String?> readImageInfo(
  1. String imagePath
)

Implementation

Future<String?> readImageInfo(String imagePath) {
throw UnimplementedError('readImageInfo() has not been implemented.');
}