5 #import <Cocoa/Cocoa.h>
12 #include <unordered_set>
25 - (void)onCreateWithViewIdentifier:(int64_t)viewId
26 viewType:(nonnull NSString*)viewType
27 arguments:(nullable
id)args
34 - (void)onDisposeWithViewID:(int64_t)viewId result:(nonnull
FlutterResult)result;
39 - (nullable NSView*)platformViewWithID:(int64_t)viewId;
45 - (void)registerViewFactory:(nonnull NSObject<FlutterPlatformViewFactory>*)factory
46 withId:(nonnull NSString*)factoryId;
56 - (void)disposePlatformViews;