getBytes method
Retrieves the bytes of the PDF document from memory.
Implementation
@override
Future<Uint8List> getBytes(BuildContext context) async {
return Future<Uint8List>.value(_pdfBytes);
}
Retrieves the bytes of the PDF document from memory.
@override
Future<Uint8List> getBytes(BuildContext context) async {
return Future<Uint8List>.value(_pdfBytes);
}