unsubscribe static method

void unsubscribe(
  1. String id
)

Implementation

static void unsubscribe(String id) => clientInstance!.unsubscribe(id);