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