#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterUndoManagerPlugin.h"#import "flutter/shell/platform/darwin/ios/framework/Source/FlutterEngine_Internal.h"#import <Foundation/Foundation.h>#import <UIKit/UIKit.h>#include "flutter/fml/logging.h"Go to the source code of this file.
Variables | |
| static NSString *const | kSetUndoStateMethod = @"@"UndoManager.setUndoState" |
| static NSString *const | kCanUndo = @"@"canUndo" |
| static NSString *const | kCanRedo = @"@"canRedo" |
|
static |
Definition at line 18 of file FlutterUndoManagerPlugin.mm.
|
static |
Definition at line 17 of file FlutterUndoManagerPlugin.mm.
|
static |
Definition at line 14 of file FlutterUndoManagerPlugin.mm.
Referenced by FlutterUndoManagerPlugin::handleMethodCall:result:.