static void announce(String message, {bool assertive = false}) { SemanticsService.announce( message, TextDirection.ltr, ); }