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