removeGlobalContexts method

Future<void> removeGlobalContexts(
  1. String tag
)

Removes global contexts with the given tag.

Implementation

Future<void> removeGlobalContexts(String tag) async {
  await Snowplow.removeGlobalContexts(tag, tracker: namespace);
}