onSavePage property

void Function(String pageId, String content, String title)? onSavePage
final

Called to save page content.

Implementation

final void Function(String pageId, String content, String title)? onSavePage;