register abstract method

void register(
  1. String method,
  2. Function f
)

Implementation

void register(String method, Function f);