getMethod method

dynamic getMethod(
  1. dynamic method
)

Implementation

getMethod(method) {
  return method;
}