stop abstract method
Stops the XmlRpcServer
force determines whether to stop the XmlRpcServer immediately even if there are open connections
Implementation
Future<void> stop({bool force = false});
Stops the XmlRpcServer
force determines whether to stop the XmlRpcServer immediately even if there are open connections
Future<void> stop({bool force = false});