setKeyValue method

void setKeyValue(
  1. Pointer<Utf8> pKey,
  2. Pointer<Utf8> pValue
)

Implementation

void setKeyValue(
  Pointer<Utf8> pKey,
  Pointer<Utf8> pValue,
) =>
    _setKeyValue.call(
      this,
      pKey,
      pValue,
    );