setDOB static method

void setDOB(
  1. String dob
)

Implementation

static void setDOB(String dob) {
  _channel.invokeMethod('setDOB', dob);
}