5#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERVIEWCONTROLLER_INTERNAL_H_
6#define FLUTTER_SHELL_PLATFORM_DARWIN_MACOS_FRAMEWORK_SOURCE_FLUTTERVIEWCONTROLLER_INTERNAL_H_
19@property(nonatomic, readonly, nullable)
FlutterView* flutterView;
21@property(nonatomic, readonly) std::weak_ptr<flutter::AccessibilityBridgeMac> accessibilityBridge;
23@property(nonatomic, nullable) NSString* applicationLocale;
28- (
BOOL)isDispatchingKeyEvent:(nonnull NSEvent*)event;
44- (void)detachFromEngine;
50- (void)notifySemanticsEnabledChanged;
69@interface FlutterViewController (TestMethods)
70- (void)onAccessibilityStatusChanged:(
BOOL)enabled;
77- (
std::shared_ptr<flutter::AccessibilityBridgeMac>)createAccessibilityBridgeWithEngine:
80- (nonnull
FlutterView*)createFlutterViewWithMTLDevice:(nonnull
id<MTLDevice>)device
81 commandQueue:(nonnull
id<MTLCommandQueue>)commandQueue;
A batch of updates to semantics nodes and custom actions.