stop abstract method

Future<void> stop({
  1. bool force = false,
})

Permanently stops the server from listening for new connections.

If force is true, active connections will be closed immediately.

Implementation

Future<void> stop({final bool force = false});