I want use fragment field ( # ) access directly from bundle
current can access like this.
Uri(bundle.getString(DeepLink.URI)).fragment
 
but i want access at bundle
like this
https://doool.com/2DX#profile
->
@WebDeepLink("/{id}#{tab}")
bundle.getString("tab")
or
bundle.getString(DeepLink.FRAGMENT)
 
do have a support plans?
if already supported it please tell me how to use
Thanks