Flutter macOS Embedder
FlutterWindowController Class Reference

#import <FlutterWindowController.h>

Inheritance diagram for FlutterWindowController:

Instance Methods

(void) - closeAllWindows
 

Properties

FlutterEngineengine
 

Detailed Description

Definition at line 15 of file FlutterWindowController.h.

Method Documentation

◆ closeAllWindows

- (void) closeAllWindows

Definition at line 186 of file FlutterWindowController.mm.

421  {
422  for (FlutterWindowOwner* owner in _windows) {
423  [owner.flutterViewController dispose];
424  [owner.window close];
425  }
426  [_windows removeAllObjects];
427 }

Property Documentation

◆ engine


The documentation for this class was generated from the following files: