remove static method
void
remove()
Remove the robots meta tag (defaults to index,follow)
Implementation
static void remove() {
if (!Webify.isInitialized) return;
Webify.instance.platform.removeMetaTag('robots');
}
Remove the robots meta tag (defaults to index,follow)
static void remove() {
if (!Webify.isInitialized) return;
Webify.instance.platform.removeMetaTag('robots');
}