initializePdfRenderer method
Initializes the PDF renderer instance in respective platform by loading the PDF from the specified path.
If success, returns page count else returns error message from respective platform
Implementation
Future<String?> initializePdfRenderer(
Uint8List documentBytes, String documentID) async {
throw UnimplementedError(
'initializePdfRenderer() has not been implemented.');
}