bindClient static method

void bindClient(
  1. SentryClient client
)

Binds a different client to the current hub

Implementation

static void bindClient(SentryClient client) => _hub.bindClient(client);