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