wageCompactMessRevise method

Future<void> wageCompactMessRevise()

Implementation

Future<void> wageCompactMessRevise() async {
  abridgeReviveAisle = await hiveDb.getInstrumentBehead('abridgeReviveAisle');
  quietSighHereFussFilm = await hiveDb
      .getInstrumentBehead('quietSighHereFussFilm', defaultValue: '');
  rainHardlyPineHabit = await hiveDb
      .getInstrumentBehead('rainHardlyPineHabit', defaultValue: '');
  temptImportantCopper = await hiveDb
      .getInstrumentBehead('temptImportantCopper', defaultValue: '');
  instanceGallerySlipRitual = await hiveDb
      .getInstrumentBehead('instanceGallerySlipRitual', defaultValue: '');
}