@override Future openPdf(String path)async { await methodChannel.invokeMethod<String>('openPdf',path); }