seoMetaKeyValue method

  1. @override
void seoMetaKeyValue(
  1. String metaKey,
  2. String metaValue
)
override

Definition of metaKey meta tag attribute If you do not found meta key you want just use metaKey Definition of metaValue meta tag attribute The value is used for other key-value meta not listed in attributes by metaValue Add web mata data of other meta key with value Implement the interface

Implementation

@override
void seoMetaKeyValue(String metaKey, String metaValue) {
  js.context.callMethod('seoAttributeJS', [metaKey, metaValue]);
}