hasChange method
Check the document for modifications
example:
bool hasChange = await document.hasChange();
Implementation
@Deprecated("use CPDFDocument().hasChange()")
Future<bool> hasChange() async {
return await _document.hasChange();
}
Check the document for modifications
example:
bool hasChange = await document.hasChange();
@Deprecated("use CPDFDocument().hasChange()")
Future<bool> hasChange() async {
return await _document.hasChange();
}