getFunc method

ActorMethod? getFunc(
  1. String method
)

Implementation

ActorMethod? getFunc(String method) {
  return methodMap[method];
}