HttpsTrigger constructor

HttpsTrigger({
  1. String? securityLevel,
  2. String? url,
})

Implementation

HttpsTrigger({
  this.securityLevel,
  this.url,
});