createTexture abstract method
Create a new Flutter Texture. The object should be released by
calling dispose method after use it.
Implementation
Future<PdfPageTexture> createTexture();
Create a new Flutter Texture. The object should be released by
calling dispose method after use it.
Future<PdfPageTexture> createTexture();