Flutter Engine
The Flutter Engine
|
#import <FlutterView.h>
Instance Methods | |
(flutter::Rasterizer::Screenshot) | - takeScreenshot:asBase64Encoded: |
(std::shared_ptr< flutter::FlutterPlatformViewsController > &) | - platformViewsController |
(void) | - flutterViewAccessibilityDidCall |
Properties | |
BOOL | isUsingImpeller |
Definition at line 14 of file FlutterView.h.
- (void) flutterViewAccessibilityDidCall |
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 in FlutterEngine, and FakeDelegate.
- (shared_ptr<) flutter: |
Reimplemented in FlutterEngine, and FakeDelegate.
- Rasterizer: | (flutter::Rasterizer::ScreenshotType) | type | |
asBase64Encoded: | (BOOL) | base64Encode | |
Reimplemented in FlutterEngine, and FakeDelegate.
|
readnonatomicassign |
Reimplemented in FlutterEngine.
Definition at line 16 of file FlutterView.h.