setAge method

void setAge(
  1. String age
)

Implementation

void setAge(String age) {
  instance.invokeMethod("setAge",age);
}