fetchHost method

Future<Doc<UserEntity>> fetchHost (
  1. Store store
)

host の UserEntity を取得する

Implementation

Future<Doc<UserEntity>> fetchHost(Store store) async => UserEntity.decode(store, await host.get());