preload method

Implementation

Future<SecureFieldsSettingDataResponse> preload() async {
  debugPrint("Version ${AppUtils.isLegacyIOS()}");
  return await AppUtils.getSecureFieldsSetting(widget.config);
}