getFollowInfo method

  1. @Deprecated("Use AmityCoreClient.newUserRepository().relationship().getMyFollowInfo() instead")
Future<AmityMyFollowInfo> getFollowInfo()

Get Follow info for the user

Implementation

@Deprecated("Use AmityCoreClient.newUserRepository().relationship().getMyFollowInfo() instead")
Future<AmityMyFollowInfo> getFollowInfo() {
  return serviceLocator<GetMyFollowInfoUsecase>().get();
}