applyInserts method

void applyInserts(
  1. BsatnRowList inserts
)

Implementation

void applyInserts(BsatnRowList inserts) {
  _decodeAndStoreRows(inserts);
  _refreshRowsNotifier();
}