getOutboundGroupSession abstract method

Future<OutboundGroupSession?> getOutboundGroupSession(
  1. String roomId,
  2. String userId
)

Implementation

Future<OutboundGroupSession?> getOutboundGroupSession(
  String roomId,
  String userId,
);