public final class FlutterCallbackInformation extends Object
Modifier and Type | Field and Description |
---|---|
String |
callbackClassName |
String |
callbackLibraryPath |
String |
callbackName |
Modifier and Type | Method and Description |
---|---|
static FlutterCallbackInformation |
lookupCallbackInformation(long handle)
Get callback information for a given handle.
|
public final String callbackName
public final String callbackClassName
public final String callbackLibraryPath
public static FlutterCallbackInformation lookupCallbackInformation(long handle)
handle
- the handle for the callback, generated by
`PluginUtilities.getCallbackHandle` in `dart:ui`.