updateLink abstract method
- DirectLinkSlug slug,
- UserId? userId
Creates, updates or disabled the specified DirectLink owned by the authenticated MyUser.
Implementation
Future<void> updateLink(DirectLinkSlug slug, UserId? userId);
Creates, updates or disabled the specified DirectLink owned by the authenticated MyUser.
Future<void> updateLink(DirectLinkSlug slug, UserId? userId);