genericWithConnectedDevice static method

GenericTSPL genericWithConnectedDevice(
  1. ConnectedDevice connectedDevice
)

Implementation

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