stopServer method

Future<void> stopServer()

Implementation

Future<void> stopServer() => setPowerState(ServerPowerAction.stop);