Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Variables
FlutterViewController.h File Reference
import <UIKit/UIKit.h>
#include <sys/cdefs.h>
import "FlutterBinaryMessenger.h"
import "FlutterDartProject.h"
import "FlutterEngine.h"
import "FlutterMacros.h"
import "FlutterPlugin.h"
import "FlutterTexture.h"

Go to the source code of this file.

Classes

class  FlutterViewController
 

Variables

FLUTTER_DARWIN_EXPORT NSNotificationName const FlutterSemanticsUpdateNotification
 

Variable Documentation

◆ FlutterSemanticsUpdateNotification

FLUTTER_DARWIN_EXPORT NSNotificationName const FlutterSemanticsUpdateNotification
extern

The name used for semantic update notifications via NSNotificationCenter.

The object passed as the sender is the FlutterViewController associated with the update.

Definition at line 42 of file FlutterViewController.mm.