onDelete method
Intercepts Delete key. Return true if handled.
Implementation
bool onDelete(FluentDocument document, {bool ctrl = false}) => false;
Intercepts Delete key. Return true if handled.
bool onDelete(FluentDocument document, {bool ctrl = false}) => false;