Flutter Engine
The Flutter Engine
|
#import "flutter/shell/platform/darwin/macos/framework/Headers/FlutterAppLifecycleDelegate.h"
#import "flutter/shell/platform/darwin/macos/framework/Source/FlutterAppLifecycleDelegate_Internal.h"
#include <AppKit/AppKit.h>
#include <AppKit/NSApplication.h>
#include <Foundation/Foundation.h>
#include <objc/message.h>
#include "flutter/fml/logging.h"
#include "flutter/fml/paths.h"
Go to the source code of this file.
Macros | |
#define | OBSERVE_NOTIFICATION(SELECTOR) [self addObserverFor:NSApplication##SELECTOR##Notification selector:@selector(handle##SELECTOR:)] |
#define | DISTRIBUTE_NOTIFICATION(SELECTOR) |
#define DISTRIBUTE_NOTIFICATION | ( | SELECTOR | ) |
Definition at line 78 of file FlutterAppLifecycleDelegate.mm.
#define OBSERVE_NOTIFICATION | ( | SELECTOR | ) | [self addObserverFor:NSApplication##SELECTOR##Notification selector:@selector(handle##SELECTOR:)] |