DbInboundGroupSessionBundle constructor
DbInboundGroupSessionBundle({
- required StoredInboundGroupSession dbSession,
- required bool verified,
Implementation
DbInboundGroupSessionBundle(
{required this.dbSession, required this.verified});