Flutter iOS Embedder
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 const NSNotificationName FlutterSemanticsUpdateNotification
 

Variable Documentation

◆ FlutterSemanticsUpdateNotification

FLUTTER_DARWIN_EXPORT const NSNotificationName FlutterSemanticsUpdateNotification

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.