Class DartExecutor.DartCallback

java.lang.Object
io.flutter.embedding.engine.dart.DartExecutor.DartCallback
Enclosing class:
DartExecutor

public static class DartExecutor.DartCallback extends Object
Configuration options that specify which Dart callback function is executed and where to find that callback and other assets required for Dart execution.
  • Field Details

    • androidAssetManager

      public final AssetManager androidAssetManager
      Standard Android AssetManager, provided from some Context or Resources.
    • pathToBundle

      public final String pathToBundle
      The path within the AssetManager where the app will look for assets.
    • callbackHandle

      public final FlutterCallbackInformation callbackHandle
      A Dart callback that was previously registered with the Dart VM.
  • Constructor Details

  • Method Details