getPlatformMeta function

MetaSEO getPlatformMeta()

Throw an error if the platform is not web

Implementation

MetaSEO getPlatformMeta() => throw UnsupportedError(
    'Cannot create MetaSEO without the package dart:html. Just wrap the MetaSEO with "if(kIsWeb) condition."');