public static class DartExecutor.DartEntrypoint extends Object
Modifier and Type | Field and Description |
---|---|
AssetManager |
androidAssetManager
Standard Android AssetManager, provided from some
Context or Resources . |
String |
dartEntrypointFunctionName
The name of a Dart function to execute.
|
String |
pathToFallbackBundle
A secondary fallback location that Dart will look for a given function or asset.
|
String |
pathToPrimaryBundle
The first place that Dart will look for a given function or asset.
|
Constructor and Description |
---|
DartEntrypoint(AssetManager androidAssetManager,
String pathToBundle,
String dartEntrypointFunctionName) |
DartEntrypoint(AssetManager androidAssetManager,
String pathToPrimaryBundle,
String pathToFallbackBundle,
String dartEntrypointFunctionName) |
@NonNull public final AssetManager androidAssetManager
Context
or Resources
.@NonNull public final String pathToPrimaryBundle
@Nullable public final String pathToFallbackBundle