fetchHost method
- Store store
host の UserEntity を取得する
Implementation
Future<Doc<UserEntity>> fetchHost(Store store) async => UserEntity.decode(store, await host.get());
host の UserEntity を取得する
Future<Doc<UserEntity>> fetchHost(Store store) async => UserEntity.decode(store, await host.get());