getRelayProtocolName function

RelayerProtocolOptions getRelayProtocolName(
  1. dynamic opts
)

Implementation

RelayerProtocolOptions getRelayProtocolName(dynamic opts) {
  return opts?.relay ??
      RelayerProtocolOptions(protocol: RELAYER_DEFAULT_PROTOCOL);
}