Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
FlutterWindowController Class Reference

#include <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

- (FlutterEngine*) engine
readwritenonatomicweak

Definition at line 17 of file FlutterWindowController.h.


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