client property

void client=(Client? c)

Implementation

static set client(sdk.Client? c) {
  currentApi?._client = c;
}