forEach method

void forEach(
  1. void func(
    1. T content
    )
)

Implementation

external void forEach(void Function(T content) func);