CPDFDocument.withController constructor

CPDFDocument.withController(
  1. int viewId
)

Implementation

CPDFDocument.withController(int viewId)
    : _channel = MethodChannel('com.compdfkit.flutter.document_$viewId'),
      _isValid = true;