@override Future<String?> buildPDF() async { String? result = await methodChannel.invokeMethod<String>('buildPDF'); return result; }