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