CommonCallback typedef

CommonCallback = void Function(dynamic value)

Implementation

typedef CommonCallback = void Function(
  dynamic value,
);