authenticate abstract method

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

Implementation

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