updateLocalState method

void updateLocalState(
  1. Map<String, dynamic> metadata
)

Update the local state of the awareness then send the update to the server

Implementation

void updateLocalState(
  Map<String, dynamic> metadata,
) {
  return _internalUpdateLocalState(
    metadata,
    throttle: true,
  );
}