exportToPdf method
Exports the calculator state to PDF.
Throws an exception if the exportToPdf
function is not implemented.
Implementation
@protected
Future<void> exportToPdf(BuildContext context) async {
throw '`exportToPdf` function is not implemented';
}