KrakenController class

Constructors

KrakenController(String? name, double viewportWidth, double viewportHeight, {bool showPerformanceOverlay = false, bool enableDebug = false, bool autoExecuteEntrypoint = true, Color? background, GestureListener? gestureListener, KrakenNavigationDelegate? navigationDelegate, KrakenMethodChannel? methodChannel, KrakenBundle? entrypoint, WidgetDelegate? widgetDelegate, LoadHandler? onLoad, LoadErrorHandler? onLoadError, JSErrorHandler? onJSError, HttpClientInterceptor? httpClientInterceptor, DevToolsService? devToolsService, UriParser? uriParser})

Properties

devToolsService DevToolsService?
final
hashCode int
The hash code for this object.
no setterinherited
httpClientInterceptor HttpClientInterceptor?
final
methodChannel KrakenMethodChannel?
no setter
module KrakenModuleController
no setter
name String?
getter/setter pair
nextHistoryStack Queue<HistoryItem>
final
onJSError JSErrorHandler?
getter/setter pair
onLoad LoadHandler?
getter/setter pair
onLoadError LoadErrorHandler?
getter/setter pair
origin String
no setter
paused bool
no setter
previousHistoryStack Queue<HistoryItem>
final
rootFlutterElement RenderObjectElement
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uriParser UriParser?
getter/setter pair
url String
no setter
view KrakenViewController
no setter
widgetDelegate WidgetDelegate?
getter/setter pair

Methods

dispose() → void
executeEntrypoint({bool shouldResolve = true, bool shouldEvaluate = true, AnimationController? animationController}) Future<void>
flushPendingCallbacks() → void
getResourceContent(String? url) String?
load(KrakenBundle bundle) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() → void
pushPendingCallbacks(PendingCallback callback) → void
reload() Future<void>
resume() → void
setNavigationDelegate(KrakenNavigationDelegate delegate) → void
toString() String
A string representation of this object.
inherited
unload() Future<void>

Operators

operator ==(Object other) bool
The equality operator.
inherited