SamlProvider constructor

const SamlProvider({
  1. String? url,
})

Implementation

const SamlProvider({
  this.url,
});