menu
wallet_connect_dart_v2 package
documentation
core/relayer/models.dart
RelayerProtocolOptions
RelayerProtocolOptions const constructor
RelayerProtocolOptions const constructor
dark_mode
light_mode
RelayerProtocolOptions
constructor
const
RelayerProtocolOptions
(
{
required
String
protocol
,
String
?
data
,
})
Implementation
const RelayerProtocolOptions({ required this.protocol, this.data, });
wallet_connect_dart_v2 package
documentation
core/relayer/models
RelayerProtocolOptions
RelayerProtocolOptions const constructor
RelayerProtocolOptions class