updateLrc method

dynamic updateLrc(
  1. String lrc
)

Update play details

Implementation

updateLrc(String lrc) {
  if (_preprocessing().isNotEmpty) return _preprocessing();
  _channel.invokeMethod("updateLrc", {"lrc": lrc});
}