addImage abstract method

Future<void> addImage(
  1. String name,
  2. Uint8List bytes, [
  3. bool sdf = false
])

Implementation

Future<void> addImage(String name, Uint8List bytes, [bool sdf = false]);