buildPDFForLastCapture method

Future<String?> buildPDFForLastCapture()

Implementation

Future<String?> buildPDFForLastCapture() {
  throw UnimplementedError(
      'buildPDFForLastCapture() has not been implemented.');
}