| Interface | Description |
|---|---|
| PlatformMessageHandler |
Handler that receives messages from Dart code.
|
| Class | Description |
|---|---|
| DartExecutor |
Configures, bootstraps, and starts executing Dart code.
|
| DartExecutor.DartCallback |
Configuration options that specify which Dart callback function is executed and where to find
that callback and other assets required for Dart execution.
|
| DartExecutor.DartEntrypoint |
Configuration options that specify which Dart entrypoint function is executed and where to find
that entrypoint and other assets required for Dart execution.
|