unSetSms method

void unSetSms(
  1. String mobile
)

Implementation

void unSetSms(String mobile) {
  channel.invokeMethod("unSetSms", {"mobile": mobile});
}