getSmartMachineStatus method
Get the status of the Smart Machine
Implementation
Future<GetSmartMachineStatusResponse> getSmartMachineStatus() async {
final request = GetSmartMachineStatusRequest();
final response = await _client.getSmartMachineStatus(request);
return response;
}