genericWithConnectedDevice static method

GenericESC genericWithConnectedDevice(
  1. ConnectedDevice connectedDevice
)

Implementation

static GenericESC genericWithConnectedDevice(ConnectedDevice connectedDevice) {
  return genericWithLifecycle(Lifecycle(connectedDevice: connectedDevice));
}