PDFViewController constructor

PDFViewController(
  1. int id,
  2. PDFEditorView _widget
)

Implementation

PDFViewController(int id, this._widget) {
  _channel = const MethodChannel('manaosoftware/pdfeditor');
  _channel.setMethodCallHandler(_handleMethod);
}