supportsAnnounce property

bool supportsAnnounce
final

Whether accessibility announcements (like SemanticsService.announce) are supported on the current platform.

Returns false on platforms where announcements are deprecated or unsupported by the underlying platform.

Returns true on platforms where such announcements are generally supported without discouragement. (iOS, web etc)

See also:

Implementation

final bool supportsAnnounce;