compressToJPEG method

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

Implementation

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