genericWithConnectedDevice static method

GenericCPCL genericWithConnectedDevice(
  1. ConnectedDevice connectedDevice
)

Implementation

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