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