@override Future<List<int>?> savePdf() async { final pdfData = await methodChannel.invokeMethod<Uint8List>('savePdf'); return pdfData; }