Client class final

Constructors

Client()

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

Operators

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