Read revision stored
@override Future<int> getRevision() async { return (await getInfoEntry(idbRevisionKey)).value as int? ?? 0; }