setUserId abstract method

Future<void> setUserId(
  1. String id
)

Sets a user identifier.

Implementation

Future<void> setUserId(String id);