更新http服务器 剔除反射功能
This commit is contained in:
@@ -6,7 +6,7 @@ class ShelfWebServer implements WebServer {
|
||||
final String tag = "webserver";
|
||||
ShelfWebServer(this.logger);
|
||||
@override
|
||||
void start(int port) async {}
|
||||
void start(int port, {Function? interceptor}) async {}
|
||||
|
||||
@override
|
||||
void stop() {}
|
||||
|
||||
Reference in New Issue
Block a user