lets method

void lets(
  1. void apply()
)

Lets apply without any condition

Implementation

void lets(void Function() apply) => apply();