changeUserId abstract method

Future<LinkFiveActiveProducts> changeUserId(
  1. String? userId
)

Should change the USER ID.

Implementation

Future<LinkFiveActiveProducts> changeUserId(String? userId);