RobotClientOptions.withRobotSecret constructor

RobotClientOptions.withRobotSecret(
  1. String robotSecret
)

Convenience initializer for creating options with a robot secret

Implementation

RobotClientOptions.withRobotSecret(String robotSecret) : dialOptions = DialOptions()..credentials = Credentials.robotSecret(robotSecret);