RequestAf constructor
RequestAf({
- required String afKey,
- required String afAppId,
- required String distinctId,
- required RequestAfCallback requestAfCallback,
Implementation
RequestAf({
required this.afKey,
required this.afAppId,
required this.distinctId,
required this.requestAfCallback,
});