seoOGTitle method

  1. @override
void seoOGTitle(
  1. String ogTitle
)
override

Definition of og:title meta tag attribute https://ogp.me https://developer.mozilla.org/en-US/docs/Learn/HTML/Introduction_to_HTML/The_head_metadata_in_HTML#other_types_of_metadata Add web mata data of ogTitle attribute Implement the interface

Implementation

@override
void seoOGTitle(String ogTitle) {
  js.context.callMethod('seoPropertyJS', ['og:title', ogTitle]);
}