finalizeSession abstract method

Future<SecureSession> finalizeSession(
  1. Map<String, dynamic> responseMessage
)

Finalizes the session establishment process. Called by the initiator after receiving the response.

Implementation

Future<SecureSession> finalizeSession(
  Map<String, dynamic> responseMessage,
);