authenticate abstract method
Future<SessionAuthRequestResponse>
authenticate({
- required SessionAuthRequestParams params,
- String? walletUniversalLink,
- String? pairingTopic,
- List<
List< ? methods,String> >
inherited
Implementation
Future<SessionAuthRequestResponse> authenticate({
required SessionAuthRequestParams params,
String? walletUniversalLink,
String? pairingTopic,
List<List<String>>? methods,
});