KwikFormsStandaloneConfig constructor

const KwikFormsStandaloneConfig({
  1. required String phone,
  2. required String authToken,
  3. String? email,
})

Implementation

const KwikFormsStandaloneConfig({
  required this.phone,
  required this.authToken,
  this.email,
});