WalletConnectHandler
class WalletConnectHandler extends EventEmitter {}
function connectApp(uri: string): Promise<void>;
Inherited from 
EventEmitter.removeListenerRemove the listeners of a given event.
function removeListener(  event: T,  fn?: (...args: Array<any>) => void,  context?: any,  once?: boolean,): this;