mapModuleFunctionWithoutParameter<T> method

RemoteFunctionWithoutParameter<T> mapModuleFunctionWithoutParameter<T>(
  1. String functionName,
  2. T returnType
)

Implementation

RemoteFunctionWithoutParameter<T> mapModuleFunctionWithoutParameter<T>(String functionName, T returnType)
{
  return remoteFunctionHandler!.mapModuleFunctionWithoutParameter(mappedModuleId, functionName, returnType);
}