genericWithLifecycle static method

GenericTSPL genericWithLifecycle(
  1. Lifecycle lifecycle
)

Implementation

static GenericTSPL genericWithLifecycle(Lifecycle lifecycle) {
  return GenericTSPL( lifecycle: lifecycle);
}