bottlepay/dart_lnurl

Please add possibility to simply decode URL

eximius313 opened this issue · 2 comments

While getParams fetches the decoded URL, there is still a need for simply know the URL without fetching it.
Could you please provide method for that?

This is now implemented in the current release. Use decodeUri.

Thank you