ignore function

void ignore([
  1. dynamic _
])

Ignores passed argument.

Implementation

void ignore([dynamic _]) {}