didChangeAccessibilityFeatures method

  1. @override
void didChangeAccessibilityFeatures()
override

Called when the system changes the set of currently active accessibility features.

This method exposes notifications from dart:ui.PlatformDispatcher.onAccessibilityFeaturesChanged.

Implementation

@override
void didChangeAccessibilityFeatures() {}