registerNamedFunctions method

List<RawNetworkerPipe> registerNamedFunctions(
  1. List<SwampEvent> functions
)
inherited

Implementation

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