announceAssertive static method
- BuildContext context,
- String message
Announce an assertive message (interrupts current speech). Note: Flutter treats all announcements the same; this is provided for API consistency.
Implementation
static void announceAssertive(BuildContext context, String message) {
announce(context, message);
}