Flutter macOS Embedder
FlutterPlatformViewController.mm File Reference

Go to the source code of this file.

Variables

std::map< int, NSView * > _platformViews
 
std::unordered_set< int64_t > _platformViewsToDispose
 

Variable Documentation

◆ _platformViews

std::map<int, NSView*> _platformViews
Initial value:
{
NSMutableDictionary<NSString*, NSObject<FlutterPlatformViewFactory>*>* _platformViewFactories

Definition at line 9 of file FlutterPlatformViewController.mm.

◆ _platformViewsToDispose

std::unordered_set<int64_t> _platformViewsToDispose

Definition at line 17 of file FlutterPlatformViewController.mm.