ClientBuilder class final

Constructors

ClientBuilder()

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

addWatchedDirectory(Directory folder) ClientBuilder
addWatchedFile(File file) ClientBuilder
build() Client
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
overrideScaffold(Constructable<ScaffoldContract> scaffold) ClientBuilder
registerProvider<T extends ProviderContract>(T provider(Client)) ClientBuilder
setCache(CacheProviderContract cache(EnvContract)) ClientBuilder
setHmrDevPort(SendPort? devPort) ClientBuilder
setHttpVersion(int version) ClientBuilder
setIntent(int intent) ClientBuilder
setLogger(LoggerContract logger(EnvContract)) ClientBuilder
setToken(String token) ClientBuilder
setWssVersion(int version) ClientBuilder
toString() String
A string representation of this object.
inherited
validateEnvironment(List<EnvSchema> schema) ClientBuilder

Operators

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