setBrand static method

void setBrand(
  1. AppBrandConfig brand
)

Define a marca manualmente (util para testes).

Implementation

static void setBrand(AppBrandConfig brand) => _current = brand;