5#ifndef FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERVIEW_H_
6#define FLUTTER_SHELL_PLATFORM_DARWIN_IOS_FRAMEWORK_SOURCE_FLUTTERVIEW_H_
14@protocol FlutterViewEngineDelegate <NSObject>
18- (
flutter::Rasterizer::Screenshot)takeScreenshot:(
flutter::Rasterizer::ScreenshotType)type
19 asBase64Encoded:(
BOOL)base64Encode;
29- (void)flutterViewAccessibilityDidCall;
37- (instancetype)
initWithCoder:(NSCoder*)aDecoder NS_UNAVAILABLE;
39- (instancetype)initWithDelegate:(
id<FlutterViewEngineDelegate>)delegate
41 enableWideGamut:(
BOOL)isWideGamutEnabled NS_DESIGNATED_INITIALIZER;
MTLPixelFormat pixelFormat()
instancetype init NS_UNAVAILABLE
instancetype initWithFrame
instancetype initWithCoder