seoTwitterTitle method

  1. @override
void seoTwitterTitle(
  1. String twitterTitle
)
override

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) {
  js.context.callMethod('seoNameJS', ['twitter:title', twitterTitle]);
}