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