setCustomUserId method

void setCustomUserId(
  1. String customUserId
)

Implementation

void setCustomUserId(String customUserId) {
  throw UnimplementedError('setCustomUserId() has not been implemented.');
}