removeMobileUserId static method

Future<void> removeMobileUserId()

Removes the mobile user id saved and sync audience data to the server.

Implementation

static Future<void> removeMobileUserId() {
  return MBAudienceManager.shared.removeMobileUserId();
}