add Forward Stub
This is a forward declaration of a method. Insert an appropriately stubbed definition in the module's method dictionary, and add it to the list of methods needing to be declared later in this module.
Parameters
method Name
The method name.
body Signature
A function type at which to create a forward definition.
Throws
If the message name is malformed.
If there is a problem with the signature.