Package io.flutter.embedding.engine.dart
Class DartExecutor.DartEntrypoint
java.lang.Object
io.flutter.embedding.engine.dart.DartExecutor.DartEntrypoint
- Enclosing class:
- DartExecutor
Configuration options that specify which Dart entrypoint function is executed and where to find
that entrypoint and other assets required for Dart execution.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDartEntrypoint
(String pathToBundle, String dartEntrypointFunctionName) DartEntrypoint
(String pathToBundle, String dartEntrypointLibrary, String dartEntrypointFunctionName) -
Method Summary
Modifier and TypeMethodDescriptionstatic DartExecutor.DartEntrypoint
Create a DartEntrypoint pointing to the default Flutter assets location with a default Dart entrypoint.boolean
int
hashCode()
toString()
-
Field Details
-
pathToBundle
The path within the AssetManager where the app will look for assets. -
dartEntrypointLibrary
The library or file location that contains the Dart entrypoint function. -
dartEntrypointFunctionName
The name of a Dart function to execute.
-
-
Constructor Details
-
DartEntrypoint
-
DartEntrypoint
-
-
Method Details