resetVisitorId static method

dynamic resetVisitorId()

Resets the visitor id for the user

Implementation

static resetVisitorId() {
  _channel.invokeMethod('resetVisitorId');
}