buildTiffForLastCapture method

Future<String?> buildTiffForLastCapture()

Builds a TIFF file from the last capture.

Returns a Future<String?> with the file path or result of the TIFF creation.

Implementation

Future<String?> buildTiffForLastCapture() {
  return QuickcapturePlatform.instance.buildTiffForLastCapture();
}