RelayApi constructor

RelayApi({
  1. required String relayUrl,
})

Creates a new instance of RelayApi with the specified relayUrl.

Implementation

factory RelayApi({required String relayUrl}) => Relay(relayUrl: relayUrl);