getScailoClientForFormsFieldsDataService function
Get the client to access the Forms Fields Data service
Implementation
FormsFieldsDataServiceClient getScailoClientForFormsFieldsDataService() {
return FormsFieldsDataServiceClient(
getClientChannel(),
options: CallOptions(
metadata: {'auth_token': getAuthToken()},
timeout: const Duration(seconds: 10),
),
);
}