ServerUniverseFunction constructor
ServerUniverseFunction({
- required String path,
- required RegExp method,
- required RequestHandler onRequest,
Implementation
ServerUniverseFunction({
required this.path,
required this.method,
required this.onRequest,
});