getPlatformMeta function

MetaSEO getPlatformMeta({
  1. String? author,
  2. String? description,
  3. String? keywords,
  4. String? charset,
  5. String? httpEquiv,
  6. String? viewport,
  7. String? ogTitle,
  8. String? ogDescription,
  9. String? ogImage,
  10. String? twitterTitle,
  11. String? twitterDescription,
  12. String? twitterImage,
  13. String? robots,
  14. String? metaName,
  15. String? metaNameContent,
  16. String? metaProperty,
  17. String? metaPropertyContent,
  18. String? metaKey,
  19. String? metaValue,
})

Implementation

MetaSEO getPlatformMeta(
        {String? author,
        String? description,
        String? keywords,
        String? charset,
        String? httpEquiv,
        String? viewport,
        String? ogTitle,
        String? ogDescription,
        String? ogImage,
        String? twitterTitle,
        String? twitterDescription,
        String? twitterImage,
        String? robots,
        String? metaName,
        String? metaNameContent,
        String? metaProperty,
        String? metaPropertyContent,
        String? metaKey,
        String? metaValue}) =>
    throw UnsupportedError(
        'Cannot create MetaSEO without the package dart:html');