create abstract method

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

Implementation

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