getTopic method

  1. @override
String getTopic()
override

This is a global click counter. All users can increase the click counter. All users see the same click counter.

Implementation

@override
String getTopic() {
  return 'global-click-counter';
}