close abstract method

Future<void> close({
  1. bool force = true,
})

Close the server and clean up any resources

Call this if you are shutting down the server but continuing to run the app.

Implementation

Future<void> close({bool force = true});