Class FlutterException

All Implemented Interfaces:
Serializable

public class FlutterException extends RuntimeException
Thrown to indicate that a Flutter method invocation failed on the Flutter side.
See Also:
  • Field Details

    • code

      public final String code
    • details

      public final Object details