followUser abstract method
- @override
- @POST('/api/rel/follow/{username}')
- @Path() required String username,
override
Follow a player, adding them to your list of Lichess friends.
Implementation
@override
@POST('/api/rel/follow/{username}')
Future<void> followUser({@Path() required String username});