SecurityConfig constructor

SecurityConfig({
  1. String? trustStorePath,
})

Implementation

SecurityConfig({
  this.trustStorePath,
});