historyCurIndex method

  1. @override
int historyCurIndex(
  1. int row,
  2. String column
)
override

Implementation

@override
int historyCurIndex(int row, String column) =>
    _invokeIntIntStr('HistoryCurIndex', row, column);