Mercury class

Constructors

Mercury({Key? key, MercuryBundle? bundle, OnControllerCreated? onControllerCreated, LoadHandler? onLoad, MercuryMethodChannel? javaScriptChannel, DevToolsService? devToolsService, HttpClientInterceptor? httpClientInterceptor, UriParser? uriParser, LoadErrorHandler? onLoadError, JSErrorHandler? onJSError})

Properties

bundle MercuryBundle?
final
controller MercuryController?
getter/setter pair
devToolsService DevToolsService?
final
hashCode int
The hash code for this object.
no setterinherited
httpClientInterceptor HttpClientInterceptor?
final
javaScriptChannel MercuryMethodChannel?
final
onControllerCreated OnControllerCreated?
final
onJSError JSErrorHandler?
final
onLoad LoadHandler?
final
onLoadError LoadErrorHandler?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uriParser UriParser?
final

Methods

load(MercuryBundle bundle) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reload() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

addEventTarget(String className, EventTargetCreator creator) → void