addRealm method

void addRealm(
  1. String name
)

Implementation

void addRealm(String name) {
  _realms[name] = Realm();
}