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