CodeRun typedef

CodeRun = (FutureOr<void> Function(BddContext ctx)?)

Implementation

typedef CodeRun = FutureOr<void> Function(BddContext ctx)?;