getLastClean method

Future<int> getLastClean()

Implementation

Future<int> getLastClean() => hiveLazy("c$name").then((value) =>
    value.get("@blc", defaultValue: 0).then((value) => value as int));