Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Instance Methods | List of all members
FlutterEngine(TestLowMemory) Category Reference

Instance Methods

(void) - notifyLowMemory
 

Detailed Description

Definition at line 85 of file FlutterViewControllerTest.mm.

Method Documentation

◆ notifyLowMemory

- (void) notifyLowMemory

Extends class FlutterEngine.

Definition at line 822 of file FlutterEngine.mm.

977 {
978 if (_shell) {
979 _shell->NotifyLowMemoryWarning();
980 }
981 [_systemChannel sendMessage:@{@"type" : @"memoryPressure"}];
982}
std::unique_ptr< flutter::Shell > _shell

The documentation for this category was generated from the following file: