setExternalSession abstract method

Future<RequestResponse<K>> setExternalSession(
  1. K sessionStatusInfo
)

Sets the session locally obtained externally.

Implementation

Future<RequestResponse<K>> setExternalSession(K sessionStatusInfo);