Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Instance Methods | List of all members
PlainAppDelegate Class Reference
Inheritance diagram for PlainAppDelegate:

Instance Methods

(NSApplicationTerminateReply) - applicationShouldTerminate: [implementation]
 

Detailed Description

Definition at line 59 of file FlutterEngineTest.mm.

Method Documentation

◆ applicationShouldTerminate:

- (NSApplicationTerminateReply) applicationShouldTerminate: (NSApplication* _Nonnull)  sender
implementation

Definition at line 44 of file FlutterEngineTest.mm.

63 :(NSApplication* _Nonnull)sender {
64 // Always cancel, so that the test doesn't exit.
65 return NSTerminateCancel;
66}

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