stopRing method

Future stopRing()

Implementation

Future stopRing() async {
  return await _channel.invokeMethod(Constants.CMD_STOP_RING);
}