FlutterCallbackInformation
@interface FlutterCallbackInformation : NSObject
An object containing the result of FlutterCallbackCache
‘s lookupCallbackInformation
method.
-
The name of the callback.
Declaration
Objective-C
@property (copy) NSString *callbackName;
-
The class name of the callback.
Declaration
Objective-C
@property (copy) NSString *callbackClassName;
-
The library path of the callback.
Declaration
Objective-C
@property (copy) NSString *callbackLibraryPath;