onBell property

void Function()? onBell
final

Bell event hook (fires in addition to the visual flash). If null, the view plays a system alert sound (current behavior).

Implementation

final void Function()? onBell;