addImage 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]) async {
  throw UnimplementedError('addImage() has not been implemented.');
}