notifyOfUpdate method

Future<XRPCResponse<EmptyData>> notifyOfUpdate({
  1. required String hostname,
})

Implementation

Future<core.XRPCResponse<core.EmptyData>> notifyOfUpdate({
  required String hostname,
}) async =>
    // ignore: deprecated_member_use_from_same_package
    await notifyCrawlingServiceOfUpdate(hostname: hostname);