MarkdownEditorPerformanceCallback typedef
MarkdownEditorPerformanceCallback =
void Function(MarkdownEditorPerformanceSnapshot snapshot)
Called after editor state changes with lightweight performance telemetry.
Implementation
typedef MarkdownEditorPerformanceCallback = void Function(
MarkdownEditorPerformanceSnapshot snapshot,
);