CheckAuthenticationWebToken constructor

CheckAuthenticationWebToken({
  1. required String token,
  2. required int dcId,
})

Implementation

CheckAuthenticationWebToken({required this.token, required this.dcId});