diffEventName property

String diffEventName

Gets the name of the 'diff' event to listen to if different than the default 'presence_diff'.

Implementation

String get diffEventName {
  if (eventNames.containsKey('diff')) return eventNames['diff']!;
  return 'presence_diff';
}