setAge method

void setAge(
  1. String age
)

Implementation

void setAge(String age) {
  AdgydeflutterpluginPlatform.instance.setAge(age);  }