SessionApproveParams constructor
      
      SessionApproveParams({ 
    
    
- required int id,
- required SessionNamespaces namespaces,
- String? relayProtocol,
Implementation
SessionApproveParams({
  required this.id,
  required this.namespaces,
  this.relayProtocol,
});