unexpectedStop method

void unexpectedStop(
  1. int exitCode
)

Called when the server process unexpectedly exits with a non-zero exit code.

Implementation

void unexpectedStop(int exitCode) {
  log('Server terminated with exit code', '$exitCode');
}