getActiveMappingSessionsForRobot_Pre method
- ServiceCall call,
- Future<
GetActiveMappingSessionsForRobotRequest> request
Implementation
$async.Future<$3.GetActiveMappingSessionsForRobotResponse> getActiveMappingSessionsForRobot_Pre($grpc.ServiceCall call, $async.Future<$3.GetActiveMappingSessionsForRobotRequest> request) async {
return getActiveMappingSessionsForRobot(call, await request);
}