onConnected method

void onConnected()

Implementation

void onConnected() {
  if (changed.value) {
    return;
  }
  getProfile();
}