seoTwitterDescription method
Definition of twitter:description
meta tag attribute
https://developer.twitter.com/en/docs/twitter-for-websites/cards/overview/markup
Add web mata data of twitterDescription
attribute
Implement the interface
Implementation
@override
void seoTwitterDescription(String twitterDescription) {
/// Call the javascript function with needed attributes
js.context
.callMethod('seoNameJS', ['twitter:description', twitterDescription]);
}