getMethod method

dynamic getMethod(
  1. String parm
)

Implementation

getMethod(String parm) {
  return 'getMethod';
}