Definition at line 11 of file FlutterViewTest.mm.
◆ flutterViewAccessibilityDidCall
- (void) flutterViewAccessibilityDidCall |
|
|
|
|
implementation |
A callback that is called when iOS queries accessibility information of the Flutter view.
This is useful to predict the current iOS accessibility status. For example, there is no API to listen whether voice control is turned on or off. The Flutter engine uses this callback to enable semantics in order to catch the case that voice control is on.
Reimplemented from <FlutterViewEngineDelegate>.
Definition at line 13 of file FlutterViewTest.mm.
35 {
36 _callbackCalled = YES;
37}
◆ init
Definition at line 13 of file FlutterViewTest.mm.
20 {
21 _callbackCalled = NO;
23 return self;
24}
std::shared_ptr< flutter::FlutterPlatformViewsController > _platformViewsController
◆ platformViewsController
◆ takeScreenshot:asBase64Encoded:
◆ callbackCalled
◆ isUsingImpeller
The documentation for this class was generated from the following file: