forceClose method

Future forceClose ()

Forces the server to close.

Implementation

Future<dynamic> forceClose() => _server.close(force: true);