Future<void> openPdfWithIntent({required String path}) async { await _channel.invokeMethod('$_name/openPdfWithIntent', {'path': path}); }