ServerService class

Constructors

ServerService(App app, {required AuthServerSettings authServerSettings, required DbService dbService, bool disableCORS = false})

Properties

app App
final
authServerSettings AuthServerSettings
final
dbService DbService
final
disableCORS bool
final
hashCode int
The hash code for this object.
no setterinherited
pipeline → Pipeline
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverRunner ServerRunner
getter/setter pair

Methods

addRouter(RouterInfo routerInfo) ServerService
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runServers({bool log = false, AuthServer? authServer, StorageServer? storageServer, DBServer? dbServer}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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