FPSCounter constructor

FPSCounter()

Implementation

factory FPSCounter() {
  return _instance; // Always return the same instance
}