RequestAf constructor

RequestAf({
  1. required String afKey,
  2. required String afAppId,
  3. required String distinctId,
  4. required RequestAfCallback requestAfCallback,
})

Implementation

RequestAf({
  required this.afKey,
  required this.afAppId,
  required this.distinctId,
  required this.requestAfCallback,
});