update abstract method

Future<SessionV1?> update(
  1. String? correlationId,
  2. SessionV1 item
)

Implementation

Future<SessionV1?> update(String? correlationId, SessionV1 item);