setUserId method

Future<bool> setUserId(
  1. String userId
)

Set the user ID for the device.

Implementation

Future<bool> setUserId(String userId) {
  throw UnimplementedError('setUserId() has not been implemented.');
}