ServerInit constructor
ServerInit({
- String ikonBackendUrl = '',
- String ikonBackendToken = '',
- String spaceId = '',
- List<
ServerPluginInit> plugins = const [], - String primaryUserId = '',
- String appSessionId = '',
- String spaceUrl = '',
- List<
ServerExtensionInit> extensions = const [], - String organisationName = '',
- String spaceName = '',
- String sessionIdentityHash = '',
- Map<
String, String> sessionIdentity = const {}, - int frontendPort = 0,
- bool debugMode = false,
- List<
ServerInitDatabaseConnectionInfo> databaseConnectionInfos = const [], - String runTarget = '',
- String connectTraceId = '',
- String connectTokenSecret = '',
- String stateDatabase = '',
Implementation
ServerInit({
this.ikonBackendUrl = '',
this.ikonBackendToken = '',
this.spaceId = '',
this.plugins = const [],
this.primaryUserId = '',
this.appSessionId = '',
this.spaceUrl = '',
this.extensions = const [],
this.organisationName = '',
this.spaceName = '',
this.sessionIdentityHash = '',
this.sessionIdentity = const {},
this.frontendPort = 0,
this.debugMode = false,
this.databaseConnectionInfos = const [],
this.runTarget = '',
this.connectTraceId = '',
this.connectTokenSecret = '',
this.stateDatabase = '',
});