NUIWebBuilder class

Constructors

NUIWebBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addInterceptor(NUIWebInterceptor interceptor) NUIWebBuilder
addOnRequestInterceptors(List<NUIOnRequestInterceptor> onRequestInterceptors) NUIWebBuilder
addOnResponseInterceptors(List<NUIOnResponseInterceptor> onResponseInterceptors) NUIWebBuilder
baseURL(String url) NUIWebBuilder
build() Future<NUIWeb>
connectivityListener(ConnectivityChangeListener listener) NUIWebBuilder
errorHandler(HttpErrorHandler errorHandler) NUIWebBuilder
headers(HttpHeaderSetter headers) NUIWebBuilder
module(String module) NUIWebBuilder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postHandler(HttpAdditionalHandler handler, {Duration delay = const Duration(milliseconds: 500)}) NUIWebBuilder
preHandler(HttpAdditionalHandler handler) NUIWebBuilder
statusMessages(Map<int, String> messages) NUIWebBuilder
toString() String
A string representation of this object.
inherited

Operators

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