Removes global contexts with the given tag.
tag
Future<void> removeGlobalContexts(String tag) async { await Snowplow.removeGlobalContexts(tag, tracker: namespace); }