call abstract method

FutureOr<Uint8List> call({
  1. required T original,
  2. required Offset topLeft,
  3. required Offset bottomRight,
  4. ImageFormat outputFormat,
  5. ImageShape shape,
})

Implementation

FutureOr<Uint8List> call({
  required T original,
  required Offset topLeft,
  required Offset bottomRight,
  ImageFormat outputFormat,
  ImageShape shape,
});