remove static method
void
remove()
Remove the canonical URL tag
Implementation
static void remove() {
if (!Webify.isInitialized) return;
Webify.instance.platform.removeLinkTag({'rel': 'canonical'});
}
Remove the canonical URL tag
static void remove() {
if (!Webify.isInitialized) return;
Webify.instance.platform.removeLinkTag({'rel': 'canonical'});
}