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;
62- (void)updateWideGamutForScreen;
75@interface FlutterViewController (TestMethods)
76- (void)onAccessibilityStatusChanged:(
BOOL)enabled;
83- (
std::shared_ptr<flutter::AccessibilityBridgeMac>)createAccessibilityBridgeWithEngine:
86- (nonnull
FlutterView*)createFlutterViewWithMTLDevice:(nonnull
id<MTLDevice>)device
87 commandQueue:(nonnull
id<MTLCommandQueue>)commandQueue;
A batch of updates to semantics nodes and custom actions.