setUserId abstract method

Future<void> setUserId(
  1. String? id
)

Sets the user id of the current user that's logged in.

Implementation

Future<void> setUserId(String? id);