onIdentityChanged method

void onIdentityChanged(
  1. UserId me
)

Handles identity changes to the provided UserId.

Implementation

void onIdentityChanged(UserId me) {
  // No-op.
}