getRobotClient abstract method

Future<RobotClient> getRobotClient(
  1. Robot robot
)

Get a RobotClient connected to the provided Robot

Implementation

Future<RobotClient> getRobotClient(Robot robot);