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