noSuchMethod method

  1. @override
dynamic noSuchMethod(
  1. Invocation invocation
)
override

This gives us some grace time when the dart:ui side adds something to AccessibilityFeatures, and makes things easier when we do rolls to give us time to catch up.

If you would like to add to this class, changes must first be made in the engine, followed by the framework.

Implementation

@override
dynamic noSuchMethod(Invocation invocation) {
  return null;
}