trackEvent method

  1. @override
void trackEvent(
  1. String category,
  2. String action,
  3. String label
)
override

Implementation

@override
void trackEvent(String category, String action, String label) {
  // No-op
}