generateMethod method

dynamic generateMethod(
  1. dynamic method
)

Implementation

generateMethod(method) {
  return method;
}