preload method

Implementation

Future<SecureFieldsSettingDataResponse> preload() async {
  return await AppUtils.getSecureFieldsSetting(widget.config);
}