createResume method

This function should receive the GlobalKey and generate the final resume in pdf.

Implementation

@override
Future<GlobalKey> createResume(GlobalKey key) async => createPDF(key);