getKwikFormData method

Future<Result> getKwikFormData()

Fetch the KwikForm schema/data for the current merchant.

Implementation

Future<Result<dynamic>> getKwikFormData() async {
  return await ApiService.getKwikFormData();
}