VoidValueCallback typedef

VoidValueCallback = void Function(dynamic data)

Implementation

typedef VoidValueCallback = void Function(dynamic data);