RobotClientOptions.withRobotSecret constructor
- String robotSecret
Convenience initializer for creating options with a robot secret
Implementation
RobotClientOptions.withRobotSecret(String robotSecret) : dialOptions = DialOptions()..credentials = Credentials.robotSecret(robotSecret);