onRobotLifted method

  1. @override
void onRobotLifted(
  1. bool isLifted,
  2. String reason
)
override

Implementation

@override
void onRobotLifted(bool isLifted, String reason) {
  _robotLiftedController.add((isLifted, reason));
}