ImageWriter typedef

ImageWriter = void Function(List<int> contents, String path, String? oldPath)

Implementation

typedef ImageWriter = void Function(
  List<int> contents,
  String path,
  String? oldPath,
);