future method

Future<Box<DateTime>> future()

Implementation

Future<Box<DateTime>> future() async =>
    await ref.watch(hiveDateTimeBox(name).future);