getTotalPageCount method
Returns the total page count of the book (for the current font size). Returns 0, if the core is not initialised yet.
Implementation
int getTotalPageCount() {
int? value = getTotalPageCountNative?.call(_sdk);
return value!;
}