subscribeLabels method

Future<XRPCResponse<Subscription<SubscribedLabel>>> subscribeLabels({
  1. int? cursor,
})

Implementation

Future<core.XRPCResponse<core.Subscription<SubscribedLabel>>>
    subscribeLabels({
  int? cursor,
}) async =>
        // ignore: deprecated_member_use_from_same_package
        await subscribeLabelUpdates(cursor: cursor);