createTexture abstract method

Future<PdfPageTexture> createTexture()

Create a new Flutter Texture. The object should be released by calling dispose method after use it.

Implementation

Future<PdfPageTexture> createTexture();