public static class DartExecutor.DartCallback extends Object
Modifier and Type | Field and Description |
---|---|
AssetManager |
androidAssetManager
Standard Android AssetManager, provided from some
Context or Resources . |
FlutterCallbackInformation |
callbackHandle
A Dart callback that was previously registered with the Dart VM.
|
String |
pathToBundle
The path within the AssetManager where the app will look for assets.
|
Constructor and Description |
---|
DartCallback(AssetManager androidAssetManager,
String pathToBundle,
FlutterCallbackInformation callbackHandle) |
public final AssetManager androidAssetManager
Context
or Resources
.public final String pathToBundle
public final FlutterCallbackInformation callbackHandle
public DartCallback(@NonNull AssetManager androidAssetManager, @NonNull String pathToBundle, @NonNull FlutterCallbackInformation callbackHandle)