stop abstract method

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

Stops the XmlRpcServer

force determines whether to stop the XmlRpcServer immediately even if there are open connections

Implementation

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