ServerGeneratorType typedef
ServerGeneratorType =
Future<HttpServer> Function(dynamic, int)
Implementation
typedef ServerGeneratorType = Future<HttpServer> Function(dynamic, int);
typedef ServerGeneratorType = Future<HttpServer> Function(dynamic, int);