ServerGeneratorType typedef

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

Implementation

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