OnReturnValue typedef

OnReturnValue = dynamic Function(dynamic retValue)

Implementation

typedef OnReturnValue = Function(dynamic retValue);