parseRestartDeviceResponse static method
Implementation
static Future<ScpResponseRestart> parseRestartDeviceResponse(
var response, String password) async {
return await ScpResponseRestart.fromJson(
jsonDecode(response),
password,
);
}