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