notifyOfUpdate method
Implementation
Future<core.XRPCResponse<core.EmptyData>> notifyOfUpdate({
required String hostname,
}) async =>
await _ctx.post(
ns.comAtprotoSyncNotifyOfUpdate,
body: {
'hostname': hostname,
},
);