setUserPhone static method

void setUserPhone(
  1. String userPhone
)

Implementation

static void setUserPhone(String userPhone) {
  _channel.invokeMethod('setUserPhone', userPhone);
}