twitterTitle 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
twitterTitle(
{
/// Definition of [twitter:title] meta tag attribute
required String twitterTitle}) {
/// Call the javascript function with needed attributes
js.context.callMethod('seoNameJS', ['twitter:title', twitterTitle]);
}