fetchHuman method

  1. @late
Future<Doc<UserEntity>> fetchHuman (
  1. Store store
)

この人生の進捗を歩んでる human を取得する

Implementation

@late
Future<Doc<UserEntity>> fetchHuman(Store store) async => UserEntity.decode(store, await human.get());