subscribeRepos method

Future<XRPCResponse<Subscription<SubscribedRepo>>> subscribeRepos({
  1. int? cursor,
})

Implementation

Future<core.XRPCResponse<core.Subscription<SubscribedRepo>>> subscribeRepos({
  int? cursor,
}) async =>
    // ignore: deprecated_member_use_from_same_package
    await subscribeRepoUpdates(cursor: cursor);