VoipTokenData constructor

VoipTokenData({
  1. required String token,
  2. required String callUuid,
})

Implementation

VoipTokenData({
  required this.token,
  required String callUuid,
}) : super(uuid: callUuid);