reportIntValue abstract method

void reportIntValue(
  1. String? valueName,
  2. int? value, {
  3. Platform? platform,
})

Reports an int value with a specified valueName.

Implementation

void reportIntValue(String? valueName, int? value, {Platform? platform});