fetchLifeRoad method

  1. @late
Future<Doc<LifeRoadEntity>> fetchLifeRoad (
  1. Store store
)

Implementation

@late
Future<Doc<LifeRoadEntity>> fetchLifeRoad(Store store) async => LifeRoadEntity.decode(store, await lifeRoad.get());