WorkerMethod getMethod(String name)

Source

WorkerMethod<dynamic> getMethod(String name) =>
    ([argument]) => callMethod(name, argument);