open static method
Push a full-screen editor and await the resulting HTML (null if cancelled).
Implementation
static Future<String?> open({String? initialHtml, URichImageUploader? onUploadImage}) =>
UNavigator.push<String>(_URichTextEditorPage(initialHtml: initialHtml, onUploadImage: onUploadImage), fullscreenDialog: true);