savePdf method

Future<List<int>?> savePdf()

Implementation

Future<List<int>?> savePdf() {
  throw UnimplementedError('savePdf() has not been implemented.');
}