ChipAction<T> typedef

ChipAction<T> = void Function(T? chip)

Generic action performed on a chip

Implementation

typedef ChipAction<T> = void Function(T? chip);