SemanticsActionCallback typedef Null safety
Signature for PlatformDispatcher.onSemanticsAction.
Implementation
typedef SemanticsActionCallback = void Function(int id, SemanticsAction action, ByteData? args);
Signature for PlatformDispatcher.onSemanticsAction.
typedef SemanticsActionCallback = void Function(int id, SemanticsAction action, ByteData? args);