openDocumentData method
- Pointer fileData
Opend the book from the memory. It is recommended to use openDocumentFile.
Implementation
bool openDocumentData(Pointer<FileData> fileData) {
bool? result = openDocumentDataNative?.call(_sdk, fileData);
return result!;
}