addFunc abstract method

void addFunc(
  1. String name,
  2. Function fn
)

Implementation

void addFunc(String name, Function fn);