httpEquiv abstract method

dynamic httpEquiv({
  1. required String httpEquiv,
})

Definition of http-equiv meta tag attribute https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-http-equiv Add web mata data of httpEquiv attribute

Implementation

httpEquiv(
    {
    /// Definition of [http-equiv] meta tag attribute
    required String httpEquiv});