setEmulator method

void setEmulator(
  1. String host,
  2. int port
)

Set a new EmulatorConfig or null.

Implementation

void setEmulator(String host, int port) {
  _emulator = EmulatorConfig.use(host, port);
}