UriService constructor

UriService({
  1. required IReownCore core,
})

Implementation

UriService({required IReownCore core}) : _core = core;