Permanently stops the server from listening for new connections.
If force is true, active connections will be closed immediately.
force
true
Future<void> stop({final bool force = false});