reportIntValue method

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

Reports an int value with a specified valueName.

Implementation

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