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