readFollowerFollowingCount method
Future<(UResponse<UFollowerFollowingCountResponse> ?, UEmptyResponse?, String?)>
readFollowerFollowingCount({})
Implementation
Future<(UResponse<UFollowerFollowingCountResponse>?, UEmptyResponse?, String?)> readFollowerFollowingCount({
required UIdParams p,
Function(UResponse<UFollowerFollowingCountResponse> r)? onOk,
Function(UEmptyResponse e)? onError,
Function(String e)? onException,
}) => _Api.call("/follow/ReadFollowerFollowingCount", p.toMap(), _Api.one(UFollowerFollowingCountResponse.fromMap), _Api.empty, onOk, onError, onException);