#import <FlutterUndoManagerPlugin.h>
Definition at line 13 of file FlutterUndoManagerPlugin.h.
◆ handleMethodCall:result:
Definition at line 19 of file FlutterUndoManagerPlugin.mm.
39 NSString* method = call.
method;
42 self.undoManager =
self.undoManagerDelegate.undoManager;
43 [
self setUndoState:args];
void(^ FlutterResult)(id _Nullable result)
FLUTTER_DARWIN_EXPORT NSObject const * FlutterMethodNotImplemented
static NSString *const kSetUndoStateMethod
◆ initWithDelegate:
Definition at line 19 of file FlutterUndoManagerPlugin.mm.
24 :(id<FlutterUndoManagerDelegate>)undoManagerDelegate {
28 _undoManagerDelegate = undoManagerDelegate;
◆ NS_UNAVAILABLE [1/2]
- (instancetype) NS_UNAVAILABLE |
|
|
|
◆ NS_UNAVAILABLE [2/2]
+ (instancetype) NS_UNAVAILABLE |
|
|
|
The documentation for this class was generated from the following files: