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