playRing method

Future playRing(
  1. RingParams params
)

Implementation

Future playRing(RingParams params) async {
  return await _channel.invokeMethod(Constants.CMD_PLAY_RING, params.toJson());
}