addHistoryEntry method

  1. @override
bool addHistoryEntry(
  1. String f,
  2. String v
)
override

Implementation

@override
bool addHistoryEntry(String f, String v) =>
    _invokeIntStrStr("AddHistoryEntry", f, v) != 0;