Proofreads text and returns the corrected text.
text
Future<String> proofread(String text) { return EdgeGenAIPlatform.instance.proofread(text); }