ServerUniverseEdge constructor
ServerUniverseEdge({
- required RequestHandlerMore onError,
- required RequestHandler onNotFound,
- ServerUniverseLogType serverUniverseLogType = ServerUniverseLogType.info,
- String pathPrefix = "",
- int simultaneousProcessing = 1000000000,
- ServerUniversePlatformType serverUniversePlatformType = ServerUniversePlatformType.supabase,
Implementation
ServerUniverseEdge({
required super.onError,
required super.onNotFound,
super.serverUniverseLogType,
super.pathPrefix,
super.simultaneousProcessing,
super.serverUniversePlatformType = ServerUniversePlatformType.supabase,
});