onDelete method

bool onDelete(
  1. FluentDocument document, {
  2. bool ctrl = false,
})

Intercepts Delete key. Return true if handled.

Implementation

bool onDelete(FluentDocument document, {bool ctrl = false}) => false;