close method

Future<void> close()

Closes all PoloServer's of Polo

Implementation

Future<void> close() async {
  _httpServer.close(force: true);
}