OneArgFunction typedef

OneArgFunction = void Function(dynamic)

Implementation

typedef OneArgFunction = void Function(dynamic);