reportStringValue abstract method

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

Reports a String value with a specified valueName.

Implementation

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