getRobotAPIKeys_Pre method

Future<GetRobotAPIKeysResponse> getRobotAPIKeys_Pre(
  1. ServiceCall call,
  2. Future<GetRobotAPIKeysRequest> request
)

Implementation

$async.Future<$9.GetRobotAPIKeysResponse> getRobotAPIKeys_Pre($grpc.ServiceCall call, $async.Future<$9.GetRobotAPIKeysRequest> request) async {
  return getRobotAPIKeys(call, await request);
}