setNext method

void setNext(
  1. DeviceSetupStep handler
)

Implementation

void setNext(DeviceSetupStep handler) {
  nextHandler = handler;
}