RequestQrCodeAuthentication constructor

RequestQrCodeAuthentication({
  1. required List<int> otherUserIds,
})

Implementation

RequestQrCodeAuthentication({required this.otherUserIds});