YazServerApi class

Constructors

YazServerApi()
factory

Properties

chatService → ChatService
final
databaseApi ↔ DatabaseApi<Exception>
getter/setter pair
encryptionService EncryptionService
final
hashCode int
The hash code for this object.
no setterinherited
httpServerService → HttpServerService
final
operationService → Operation
final
permissionHandler PermissionHandler
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socketService → WebSocketService
final
triggerService → TriggerService
final

Methods

init({required String clientSecretKey1, required String clientSecretKey2, required String tokenSecretKey1, required String tokenSecretKey2, required String deviceIdSecretKey, required Future<HttpServer> httpServer, required Map<String, dynamic> connectionConfiguration, bool initDatabase = true, DatabaseApi<Exception>? databaseApi, required String mail, required String pass, Function? initialDb}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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