optimisticKeysFor method

  1. @visibleForTesting
Set optimisticKeysFor(
  1. String tableName
)

Implementation

@visibleForTesting
Set<dynamic> optimisticKeysFor(String tableName) =>
    _optimisticState.optimisticPrimaryKeysForTable(tableName);