updateLocalState method
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,
);
}