changeUserId abstract method

Future<List<LinkFivePlan>> changeUserId(
  1. String? userId
)

Should change the USER ID.

Implementation

Future<List<LinkFivePlan>> changeUserId(String? userId);