authenticate abstract method

Future<SessionAuthRequestResponse> authenticate({
  1. required SessionAuthRequestParams params,
  2. String? walletUniversalLink,
  3. String? pairingTopic,
  4. List<List<String>>? methods,
})
inherited

Implementation

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