close method

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

Close the server and clean up any resources

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

Implementation

@override
Future<void> close({bool force = true}) async {}