Set info.
@override Future setInfoEntry(jdb.JdbInfoEntry entry) async { var txn = _idbDatabase.transaction(idbInfoStore, idbModeReadWrite); await _txnSetInfoEntry(txn, entry); await txn.completed; }