registerNamedFunctions method
- List<
SwampEvent> functions
inherited
Implementation
List<RawNetworkerPipe> registerNamedFunctions(List<I> functions) =>
functions.map((function) {
return registerNamedFunction(function);
}).toList();