finalizeSession abstract method
Finalizes the session establishment process. Called by the initiator after receiving the response.
Implementation
Future<SecureSession> finalizeSession(
Map<String, dynamic> responseMessage,
);
Finalizes the session establishment process. Called by the initiator after receiving the response.
Future<SecureSession> finalizeSession(
Map<String, dynamic> responseMessage,
);