preload method

Implementation

Future<SecureFieldsSettingDataResponse> preload() async {
  final sfConfig = await AppUtils.getSecureFieldsSetting(widget.config);

  return sfConfig;
}