FBAnonIdResponse constructor

FBAnonIdResponse({
  1. required String fbAnonId,
})

Implementation

FBAnonIdResponse({
  required this.fbAnonId,
});